#66A8ED

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

Shades of Cornflower Blue #66A8ED

Tints of Cornflower Blue #66A8ED

Color information

#66A8ED (or 0x66A8ED) is unknown color: approx Cornflower Blue. HEX triplet: 66, A8 and ED. RGB value is (102,168,237). Sum of RGB (Red+Green+Blue) = 102+168+237=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #66A8ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8ED is #995712. Grayscale: #9B9B9B. Windows color (decimal): -10049299 or 15575142. OLE color: 15575142.

HSL color Cylindrical-coordinate representation of color #66A8ED: hue angle of 210.67º 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 #66A8ED is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102168237-
CMYK0.570.2900.07
HSL210.67º78.95%66.47%-
HSV(B)210.67º56.96%92.94%-
XYZ34.7736.9485.42-
YUV156.13173.6389.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.12%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=20.12%
G=33.14%
B=46.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021682370.570.2900.07210.6778.9566.47
Hex66A8ED391D07d34f42
Octal146250355713507323117102
Binary110011010101000111011011110011110101111101001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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