Shades of Malibu #66AFDD
Tints of Malibu #66AFDD
RGB
CMYK
RGB Variations
Color information
#66AFDD (or 0x66AFDD) is known color: Malibu. HEX triplet: 66, AF and DD. RGB value is (102,175,221). Sum of RGB (Red+Green+Blue) = 102+175+221=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #66AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFDD is #995022. Grayscale: #9E9E9E. Windows color (decimal): -10047523 or 14528358. OLE color: 14528358.
HSL color Cylindrical-coordinate representation of color #66AFDD: hue angle of 203.19º 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 #66AFDD is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 175 | 221 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.13 |
| HSL | 203.19º | 0.64% | 0.63% | - |
| HSV(B) | 203.19º | 0.54% | 0.87% | - |
| XYZ | 33.86 | 38.71 | 74.09 | - |
| YUV | 158.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 221 | 0.54 | 0.21 | 0 | 0.13 | 203.19 | 0.64 | 0.63 |
| Hex | 66 | AF | DD | 36 | 15 | 0 | D | CB | 40 | 3F |
| Octal | 146 | 257 | 335 | 66 | 25 | 0 | 15 | 313 | 100 | 77 |
| Binary | 1100110 | 10101111 | 11011101 | 110110 | 10101 | 0 | 1101 | 11001011 | 1000000 | 111111 |
Color Harmonies of #66AFDD
Complementary color
Monochromatic Colors of #66AFDD
Black with #66AFDD
Text Example
Text Example
White with #66AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AFDD; }
p { color: rgb(102,175,221); }
H1.HeaderClassName
{
color: #66AFDD;
}
.AnyTagClassName
{
color: #66AFDD;
}
</style>
background-color css
<style>
a { background-color: #66AFDD; }
a { background-color: rgb(102,175,221); }
div.DivClassName
{
background-color: #66AFDD;
}
.BgClassName
{
background-color: #66AFDD;
}
</style>
border-color css
<style>
span { border-color: #66AFDD; }
span { border-color: rgb(102,175,221); }
td.TdClassName
{
border-color: #66AFDD;
}
.TagClassName
{
border-color: #66AFDD;
}
</style>