#66AADD

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

Shades of Malibu #66AADD

Tints of Malibu #66AADD

Color information

#66AADD (or 0x66AADD) is unknown color: approx Malibu. HEX triplet: 66, AA and DD. RGB value is (102,170,221). Sum of RGB (Red+Green+Blue) = 102+170+221=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #66AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AADD is #995522. Grayscale: #9B9B9B. Windows color (decimal): -10048803 or 14527078. OLE color: 14527078.

HSL color Cylindrical-coordinate representation of color #66AADD: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AADD is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102170221-
CMYK0.540.2300.13
HSL205.71º63.64%63.33%-
HSV(B)205.71º53.85%86.67%-
XYZ32.9136.7973.77-
YUV155.48164.9789.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=20.69%
G=34.48%
B=44.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021702210.540.2300.13205.7163.6463.33
Hex66AADD36170Dce403f
Octal146252335662701531610077
Binary110011010101010110111011101101011101101110011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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