#66A2FF

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

Shades of Cornflower Blue #66A2FF

Tints of Cornflower Blue #66A2FF

Color information

#66A2FF (or 0x66A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, A2 and FF. RGB value is (102,162,255). Sum of RGB (Red+Green+Blue) = 102+162+255=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #66A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A2FF is #995D00. Grayscale: #9A9A9A. Windows color (decimal): -10050817 or 16753254. OLE color: 16753254.

HSL color Cylindrical-coordinate representation of color #66A2FF: hue angle of 216.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A2FF is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102162255-
CMYK0.60.3600
HSL216.47º100%70%-
HSV(B)216.47º60%100%-
XYZ36.4535.8999.61-
YUV154.66184.6290.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 49.13%
R=19.65%
G=31.21%
B=49.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021622550.60.3600216.4710070
Hex66A2FF3C2400d86446
Octal146242377744400330144106
Binary11001101010001011111111111100100100001101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A2FF; }

 p { color: rgb(102,162,255); }

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

<style>
 a { background-color: #66A2FF; }

 a { background-color: rgb(102,162,255); }

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

<style>
 span { border-color: #66A2FF; }

 span { border-color: rgb(102,162,255); }

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