Html Css Color HEX #66AADE Malibu

📋 copy color: '#66AADE'

red 102 ◦ green 170 ◦ blue 222

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

Shades of Malibu #66AADE

Tints of Malibu #66AADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 20.65%
G = 34.41%
B = 44.94%

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

#66AADE (or 0x66AADE) is known color: Malibu. HEX triplet: 66, AA and DE. RGB value is (102,170,222). Sum of RGB (Red+Green+Blue) = 102+170+222=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #66AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AADE is #995521. Grayscale: #9B9B9B. Windows color (decimal): -10048802 or 14592614. OLE color: 14592614.

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

Color convert

RGB 102 170 222 -
CMYK 0.54 0.23 0 0.13
HSL 206º 0.65% 0.64% -
HSV(B) 206º 0.54% 0.87% -
XYZ 33.04 36.85 74.48 -
YUV 155.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 102 170 222 0.54 0.23 0 0.13 206 0.65 0.64
Hex 66 AA DE 36 17 0 D CE 41 40
Octal 146 252 336 66 27 0 15 316 101 100
Binary 1100110 10101010 11011110 110110 10111 0 1101 11001110 1000001 1000000

Color Harmonies of #66AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AADE

Black with #66AADE

Text Example


Text Example

White with #66AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66AADE;
 }
 .AnyTagClassName
 {
   color: #66AADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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