#66A4EE

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

Shades of Cornflower Blue #66A4EE

Tints of Cornflower Blue #66A4EE

Color information

#66A4EE (or 0x66A4EE) is unknown color: approx Cornflower Blue. HEX triplet: 66, A4 and EE. RGB value is (102,164,238). Sum of RGB (Red+Green+Blue) = 102+164+238=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #66A4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A4EE is #995B11. Grayscale: #999999. Windows color (decimal): -10050322 or 15639654. OLE color: 15639654.

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

Color convert

RGB102164238-
CMYK0.570.3100.07
HSL212.65º80%66.67%-
HSV(B)212.65º57.14%93.33%-
XYZ34.1935.5585.95-
YUV153.9175.4690.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.24%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=20.24%
G=32.54%
B=47.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021642380.570.3100.07212.658066.67
Hex66A4EE391F07d55043
Octal146244356713707325120103
Binary110011010100100111011101110011111101111101010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,238); }

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

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

 a { background-color: rgb(102,164,238); }

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

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

 span { border-color: rgb(102,164,238); }

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