#66A6F2

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

Shades of Cornflower Blue #66A6F2

Tints of Cornflower Blue #66A6F2

Color information

#66A6F2 (or 0x66A6F2) is unknown color: approx Cornflower Blue. HEX triplet: 66, A6 and F2. RGB value is (102,166,242). Sum of RGB (Red+Green+Blue) = 102+166+242=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #66A6F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A6F2 is #99590D. Grayscale: #9B9B9B. Windows color (decimal): -10049806 or 15902310. OLE color: 15902310.

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

Color convert

RGB102166242-
CMYK0.580.3100.05
HSL212.57º84.34%67.45%-
HSV(B)212.57º57.85%94.9%-
XYZ35.1436.5189.2-
YUV155.53176.889.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 242 (94.92% from 255) = 47.45%
R=20%
G=32.55%
B=47.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021662420.580.3100.05212.5784.3467.45
Hex66A6F23A1F05d55443
Octal146246362723705325124103
Binary110011010100110111100101110101111101011101010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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