Html Css Color HEX #66AADD Malibu

📋 copy color: '#66AADD'

red 102 ◦ green 170 ◦ blue 221

#66AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #66AADD

Tints of Malibu #66AADD

RGB

 RED value IS 102 (40.23% from 255) = 20.69%

 GREEN value IS 170 (66.8% 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 value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66AADD (or 0x66AADD) is known color: 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

RGB 102 170 221 -
CMYK 0.54 0.23 0 0.13
HSL 205.71º 0.64% 0.63% -
HSV(B) 205.71º 0.54% 0.87% -
XYZ 32.91 36.79 73.77 -
YUV 155.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 102 170 221 0.54 0.23 0 0.13 205.71 0.64 0.63
Hex 66 AA DD 36 17 0 D CE 40 3F
Octal 146 252 335 66 27 0 15 316 100 77
Binary 1100110 10101010 11011101 110110 10111 0 1101 11001110 1000000 111111

Color Harmonies of #66AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AADD

Black with #66AADD

Text Example


Text Example

White with #66AADD

Text Example


Text Example

HTML Codes & Css Web 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>