Html Css Color HEX #66AAE6 Malibu

📋 copy color: '#66AAE6'

red 102 ◦ green 170 ◦ blue 230

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

Shades of Malibu #66AAE6

Tints of Malibu #66AAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 20.32%
G = 33.86%
B = 45.82%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66AAE6 (or 0x66AAE6) is known color: Malibu. HEX triplet: 66, AA and E6. RGB value is (102,170,230). Sum of RGB (Red+Green+Blue) = 102+170+230=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #66AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAE6 is #995519. Grayscale: #9C9C9C. Windows color (decimal): -10048794 or 15116902. OLE color: 15116902.

HSL color Cylindrical-coordinate representation of color #66AAE6: hue angle of 208.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AAE6 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 170 230 -
CMYK 0.56 0.26 0 0.10
HSL 208.13º 0.72% 0.65% -
HSV(B) 208.13º 0.56% 0.9% -
XYZ 34.14 37.29 80.26 -
YUV 156.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 102 170 230 0.56 0.26 0 0.10 208.13 0.72 0.65
Hex 66 AA E6 38 1A 0 A D0 48 41
Octal 146 252 346 70 32 0 12 320 110 101
Binary 1100110 10101010 11100110 111000 11010 0 1010 11010000 1001000 1000001

Color Harmonies of #66AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAE6

Black with #66AAE6

Text Example


Text Example

White with #66AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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