#66AAE1

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

Shades of Malibu #66AAE1

Tints of Malibu #66AAE1

Color information

#66AAE1 (or 0x66AAE1) is unknown color: approx Malibu. HEX triplet: 66, AA and E1. RGB value is (102,170,225). Sum of RGB (Red+Green+Blue) = 102+170+225=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #66AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAE1 is #99551E. Grayscale: #9B9B9B. Windows color (decimal): -10048799 or 14789222. OLE color: 14789222.

HSL color Cylindrical-coordinate representation of color #66AAE1: hue angle of 206.83º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66AAE1 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102170225-
CMYK0.550.2400.12
HSL206.83º67.21%64.12%-
HSV(B)206.83º54.67%88.24%-
XYZ33.4437.0176.62-
YUV155.94166.9789.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=20.52%
G=34.21%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021702250.550.2400.12206.8367.2164.12
Hex66AAE137180Ccf4340
Octal1462523416730014317103100
Binary1100110101010101110000111011111000011001100111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,225); }

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

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

 a { background-color: rgb(102,170,225); }

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

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

 span { border-color: rgb(102,170,225); }

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