#66ABF7

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

Shades of Cornflower Blue #66ABF7

Tints of Cornflower Blue #66ABF7

Color information

#66ABF7 (or 0x66ABF7) is unknown color: approx Cornflower Blue. HEX triplet: 66, AB and F7. RGB value is (102,171,247). Sum of RGB (Red+Green+Blue) = 102+171+247=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #66ABF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABF7 is #995408. Grayscale: #9E9E9E. Windows color (decimal): -10048521 or 16231270. OLE color: 16231270.

HSL color Cylindrical-coordinate representation of color #66ABF7: hue angle of 211.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66ABF7 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102171247-
CMYK0.590.3100.03
HSL211.45º90.06%68.43%-
HSV(B)211.45º58.7%96.86%-
XYZ36.8338.6793.52-
YUV159.03177.6487.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=19.62%
G=32.88%
B=47.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021712470.590.3100.03211.4590.0668.43
Hex66ABF73B1F03d35a44
Octal146253367733703323132104
Binary11001101010101111110111111011111110111101001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,247); }

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

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

 a { background-color: rgb(102,171,247); }

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

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

 span { border-color: rgb(102,171,247); }

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