#66A6ED

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

Shades of Cornflower Blue #66A6ED

Tints of Cornflower Blue #66A6ED

Color information

#66A6ED (or 0x66A6ED) is unknown color: approx Cornflower Blue. HEX triplet: 66, A6 and ED. RGB value is (102,166,237). Sum of RGB (Red+Green+Blue) = 102+166+237=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #66A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A6ED is #995912. Grayscale: #9A9A9A. Windows color (decimal): -10049811 or 15574630. OLE color: 15574630.

HSL color Cylindrical-coordinate representation of color #66A6ED: hue angle of 211.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66A6ED is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102166237-
CMYK0.570.3000.07
HSL211.56º78.95%66.47%-
HSV(B)211.56º56.96%92.94%-
XYZ34.436.2185.3-
YUV154.96174.390.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.20%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=20.20%
G=32.87%
B=46.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021662370.570.3000.07211.5678.9566.47
Hex66A6ED391E07d44f42
Octal146246355713607324117102
Binary110011010100110111011011110011111001111101010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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