#66AAE3

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

Shades of Malibu #66AAE3

Tints of Malibu #66AAE3

Color information

#66AAE3 (or 0x66AAE3) is unknown color: approx Malibu. HEX triplet: 66, AA and E3. RGB value is (102,170,227). Sum of RGB (Red+Green+Blue) = 102+170+227=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #66AAE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAE3 is #99551C. Grayscale: #9B9B9B. Windows color (decimal): -10048797 or 14920294. OLE color: 14920294.

HSL color Cylindrical-coordinate representation of color #66AAE3: hue angle of 207.36º degrees, saturation: 0.69, 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 #66AAE3 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102170227-
CMYK0.550.2500.11
HSL207.36º69.06%64.51%-
HSV(B)207.36º55.07%89.02%-
XYZ33.7237.1278.06-
YUV156.17167.9789.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 227 (89.06% from 255) = 45.49%
R=20.44%
G=34.07%
B=45.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021702270.550.2500.11207.3669.0664.51
Hex66AAE337190Bcf4541
Octal1462523436731013317105101
Binary1100110101010101110001111011111001010111100111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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