Shades of Malibu #66AAE5
Tints of Malibu #66AAE5
RGB
CMYK
RGB Variations
Color information
#66AAE5 (or 0x66AAE5) is known color: Malibu. HEX triplet: 66, AA and E5. RGB value is (102,170,229). Sum of RGB (Red+Green+Blue) = 102+170+229=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #66AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAE5 is #99551A. Grayscale: #9C9C9C. Windows color (decimal): -10048795 or 15051366. OLE color: 15051366.
HSL color Cylindrical-coordinate representation of color #66AAE5: hue angle of 207.87º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66AAE5 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 170 | 229 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.10 |
| HSL | 207.87º | 0.71% | 0.65% | - |
| HSV(B) | 207.87º | 0.55% | 0.9% | - |
| XYZ | 34 | 37.23 | 79.52 | - |
| YUV | 156.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 229 | 0.55 | 0.26 | 0 | 0.10 | 207.87 | 0.71 | 0.65 |
| Hex | 66 | AA | E5 | 37 | 1A | 0 | A | D0 | 47 | 41 |
| Octal | 146 | 252 | 345 | 67 | 32 | 0 | 12 | 320 | 107 | 101 |
| Binary | 1100110 | 10101010 | 11100101 | 110111 | 11010 | 0 | 1010 | 11010000 | 1000111 | 1000001 |
Color Harmonies of #66AAE5
Complementary color
Monochromatic Colors of #66AAE5
Black with #66AAE5
Text Example
Text Example
White with #66AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAE5; }
p { color: rgb(102,170,229); }
H1.HeaderClassName
{
color: #66AAE5;
}
.AnyTagClassName
{
color: #66AAE5;
}
</style>
background-color css
<style>
a { background-color: #66AAE5; }
a { background-color: rgb(102,170,229); }
div.DivClassName
{
background-color: #66AAE5;
}
.BgClassName
{
background-color: #66AAE5;
}
</style>
border-color css
<style>
span { border-color: #66AAE5; }
span { border-color: rgb(102,170,229); }
td.TdClassName
{
border-color: #66AAE5;
}
.TagClassName
{
border-color: #66AAE5;
}
</style>