#66A1F2

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

Shades of Cornflower Blue #66A1F2

Tints of Cornflower Blue #66A1F2

Color information

#66A1F2 (or 0x66A1F2) is unknown color: approx Cornflower Blue. HEX triplet: 66, A1 and F2. RGB value is (102,161,242). Sum of RGB (Red+Green+Blue) = 102+161+242=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #66A1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A1F2 is #995E0D. Grayscale: #989898. Windows color (decimal): -10051086 or 15901030. OLE color: 15901030.

HSL color Cylindrical-coordinate representation of color #66A1F2: hue angle of 214.71º 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 #66A1F2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102161242-
CMYK0.580.3300.05
HSL214.71º84.34%67.45%-
HSV(B)214.71º57.85%94.9%-
XYZ34.2534.7388.9-
YUV152.59178.4591.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.20%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=20.20%
G=31.88%
B=47.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021612420.580.3300.05214.7184.3467.45
Hex66A1F23A2105d75443
Octal146241362724105327124103
Binary1100110101000011111001011101010000101011101011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,161,242); }

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

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

 a { background-color: rgb(102,161,242); }

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

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

 span { border-color: rgb(102,161,242); }

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