#66A4E4

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

Shades of Cornflower Blue #66A4E4

Tints of Cornflower Blue #66A4E4

Color information

#66A4E4 (or 0x66A4E4) is unknown color: approx Cornflower Blue. HEX triplet: 66, A4 and E4. RGB value is (102,164,228). Sum of RGB (Red+Green+Blue) = 102+164+228=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #66A4E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4E4 is #995B1B. Grayscale: #989898. Windows color (decimal): -10050332 or 14984294. OLE color: 14984294.

HSL color Cylindrical-coordinate representation of color #66A4E4: hue angle of 210.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A4E4 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102164228-
CMYK0.550.2800.11
HSL210.48º70%64.71%-
HSV(B)210.48º55.26%89.41%-
XYZ32.7634.9878.42-
YUV152.76170.4691.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 228 (89.45% from 255) = 46.15%
R=20.65%
G=33.20%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021642280.550.2800.11210.487064.71
Hex66A4E4371C0Bd24641
Octal1462443446734013322106101
Binary1100110101001001110010011011111100010111101001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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