#66AAF5

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

Shades of Cornflower Blue #66AAF5

Tints of Cornflower Blue #66AAF5

Color information

#66AAF5 (or 0x66AAF5) is unknown color: approx Cornflower Blue. HEX triplet: 66, AA and F5. RGB value is (102,170,245). Sum of RGB (Red+Green+Blue) = 102+170+245=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #66AAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAF5 is #99550A. Grayscale: #9D9D9D. Windows color (decimal): -10048779 or 16099942. OLE color: 16099942.

HSL color Cylindrical-coordinate representation of color #66AAF5: hue angle of 211.47º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AAF5 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102170245-
CMYK0.580.3100.04
HSL211.47º87.73%68.04%-
HSV(B)211.47º58.37%96.08%-
XYZ36.3438.1791.84-
YUV158.22176.9787.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=19.73%
G=32.88%
B=47.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021702450.580.3100.04211.4787.7368.04
Hex66AAF53A1F04d35844
Octal146252365723704323130104
Binary110011010101010111101011110101111101001101001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,245); }

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

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

 a { background-color: rgb(102,170,245); }

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

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

 span { border-color: rgb(102,170,245); }

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