Shades of Malibu #66AEDB
Tints of Malibu #66AEDB
RGB
CMYK
RGB Variations
Color information
#66AEDB (or 0x66AEDB) is known color: Malibu. HEX triplet: 66, AE and DB. RGB value is (102,174,219). Sum of RGB (Red+Green+Blue) = 102+174+219=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #66AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEDB is #995124. Grayscale: #9D9D9D. Windows color (decimal): -10047781 or 14397030. OLE color: 14397030.
HSL color Cylindrical-coordinate representation of color #66AEDB: hue angle of 203.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AEDB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 174 | 219 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.14 |
| HSL | 203.08º | 0.62% | 0.63% | - |
| HSV(B) | 203.08º | 0.53% | 0.86% | - |
| XYZ | 33.4 | 38.21 | 72.63 | - |
| YUV | 157.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 219 | 0.53 | 0.21 | 0 | 0.14 | 203.08 | 0.62 | 0.63 |
| Hex | 66 | AE | DB | 35 | 15 | 0 | E | CB | 3E | 3F |
| Octal | 146 | 256 | 333 | 65 | 25 | 0 | 16 | 313 | 76 | 77 |
| Binary | 1100110 | 10101110 | 11011011 | 110101 | 10101 | 0 | 1110 | 11001011 | 111110 | 111111 |
Color Harmonies of #66AEDB
Complementary color
Monochromatic Colors of #66AEDB
Black with #66AEDB
Text Example
Text Example
White with #66AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEDB; }
p { color: rgb(102,174,219); }
H1.HeaderClassName
{
color: #66AEDB;
}
.AnyTagClassName
{
color: #66AEDB;
}
</style>
background-color css
<style>
a { background-color: #66AEDB; }
a { background-color: rgb(102,174,219); }
div.DivClassName
{
background-color: #66AEDB;
}
.BgClassName
{
background-color: #66AEDB;
}
</style>
border-color css
<style>
span { border-color: #66AEDB; }
span { border-color: rgb(102,174,219); }
td.TdClassName
{
border-color: #66AEDB;
}
.TagClassName
{
border-color: #66AEDB;
}
</style>