Shades of Malibu #66BBDD
Tints of Malibu #66BBDD
RGB
CMYK
RGB Variations
Color information
#66BBDD (or 0x66BBDD) is known color: Malibu. HEX triplet: 66, BB and DD. RGB value is (102,187,221). Sum of RGB (Red+Green+Blue) = 102+187+221=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #66BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBDD is #994422. Grayscale: #A5A5A5. Windows color (decimal): -10044451 or 14531430. OLE color: 14531430.
HSL color Cylindrical-coordinate representation of color #66BBDD: hue angle of 197.14º 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 #66BBDD is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 187 | 221 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.13 |
| HSL | 197.14º | 0.64% | 0.63% | - |
| HSV(B) | 197.14º | 0.54% | 0.87% | - |
| XYZ | 36.3 | 43.59 | 74.91 | - |
| YUV | 165.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 221 | 0.54 | 0.15 | 0 | 0.13 | 197.14 | 0.64 | 0.63 |
| Hex | 66 | BB | DD | 36 | F | 0 | D | C5 | 40 | 3F |
| Octal | 146 | 273 | 335 | 66 | 17 | 0 | 15 | 305 | 100 | 77 |
| Binary | 1100110 | 10111011 | 11011101 | 110110 | 1111 | 0 | 1101 | 11000101 | 1000000 | 111111 |
Color Harmonies of #66BBDD
Complementary color
Monochromatic Colors of #66BBDD
Black with #66BBDD
Text Example
Text Example
White with #66BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBDD; }
p { color: rgb(102,187,221); }
H1.HeaderClassName
{
color: #66BBDD;
}
.AnyTagClassName
{
color: #66BBDD;
}
</style>
background-color css
<style>
a { background-color: #66BBDD; }
a { background-color: rgb(102,187,221); }
div.DivClassName
{
background-color: #66BBDD;
}
.BgClassName
{
background-color: #66BBDD;
}
</style>
border-color css
<style>
span { border-color: #66BBDD; }
span { border-color: rgb(102,187,221); }
td.TdClassName
{
border-color: #66BBDD;
}
.TagClassName
{
border-color: #66BBDD;
}
</style>