#66AAEA

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

Shades of Malibu #66AAEA

Tints of Malibu #66AAEA

Color information

#66AAEA (or 0x66AAEA) is unknown color: approx Malibu. HEX triplet: 66, AA and EA. RGB value is (102,170,234). Sum of RGB (Red+Green+Blue) = 102+170+234=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #66AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAEA is #995515. Grayscale: #9C9C9C. Windows color (decimal): -10048790 or 15379046. OLE color: 15379046.

HSL color Cylindrical-coordinate representation of color #66AAEA: hue angle of 209.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AAEA is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102170234-
CMYK0.560.2700.08
HSL209.09º75.86%65.88%-
HSV(B)209.09º56.41%91.76%-
XYZ34.7137.5183.25-
YUV156.96171.4788.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=20.16%
G=33.60%
B=46.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021702340.560.2700.08209.0975.8665.88
Hex66AAEA381B08d14c42
Octal1462523527033010321114102
Binary1100110101010101110101011100011011010001101000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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