#65AAF2

Color #65AAF2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #65AAF2

Tints of Cornflower Blue #65AAF2

Color information

#65AAF2 (or 0x65AAF2) is unknown color: approx Cornflower Blue. HEX triplet: 65, AA and F2. RGB value is (101,170,242). Sum of RGB (Red+Green+Blue) = 101+170+242=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #65AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAF2 is #9A550D. Grayscale: #9D9D9D. Windows color (decimal): -10114318 or 15903333. OLE color: 15903333.

HSL color Cylindrical-coordinate representation of color #65AAF2: hue angle of 210.64º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65AAF2 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101170242-
CMYK0.580.3000.05
HSL210.64º84.43%67.25%-
HSV(B)210.64º58.26%94.9%-
XYZ35.7737.9389.44-
YUV157.58175.6487.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=19.69%
G=33.14%
B=47.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011702420.580.3000.05210.6484.4367.25
Hex65AAF23A1E05d35443
Octal145252362723605323124103
Binary110010110101010111100101110101111001011101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AAF2; }

 p { color: rgb(101,170,242); }

 H1.HeaderClassName
 {
   color: #65AAF2;
 }
 .AnyTagClassName
 {
   color: #65AAF2;
 }
</style>
background-color css

<style>
 a { background-color: #65AAF2; }

 a { background-color: rgb(101,170,242); }

 div.DivClassName
 {
   background-color: #65AAF2;
 }
 .BgClassName
 {
   background-color: #65AAF2;
 }
</style>
border-color css

<style>
 span { border-color: #65AAF2; }

 span { border-color: rgb(101,170,242); }

 td.TdClassName
 {
   border-color: #65AAF2;
 }
 .TagClassName
 {
   border-color: #65AAF2;
 }
</style>