Shades of Malibu #66B5DC
Tints of Malibu #66B5DC
RGB
CMYK
RGB Variations
Color information
#66B5DC (or 0x66B5DC) is known color: Malibu. HEX triplet: 66, B5 and DC. RGB value is (102,181,220). Sum of RGB (Red+Green+Blue) = 102+181+220=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #66B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5DC is #994A23. Grayscale: #A1A1A1. Windows color (decimal): -10045988 or 14464358. OLE color: 14464358.
HSL color Cylindrical-coordinate representation of color #66B5DC: hue angle of 199.83º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B5DC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 181 | 220 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.14 |
| HSL | 199.83º | 0.63% | 0.63% | - |
| HSV(B) | 199.83º | 0.54% | 0.86% | - |
| XYZ | 34.92 | 41.04 | 73.79 | - |
| YUV | 161.83 | 160.83 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 220 | 0.54 | 0.18 | 0 | 0.14 | 199.83 | 0.63 | 0.63 |
| Hex | 66 | B5 | DC | 36 | 12 | 0 | E | C8 | 3F | 3F |
| Octal | 146 | 265 | 334 | 66 | 22 | 0 | 16 | 310 | 77 | 77 |
| Binary | 1100110 | 10110101 | 11011100 | 110110 | 10010 | 0 | 1110 | 11001000 | 111111 | 111111 |
Color Harmonies of #66B5DC
Complementary color
Monochromatic Colors of #66B5DC
Black with #66B5DC
Text Example
Text Example
White with #66B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B5DC; }
p { color: rgb(102,181,220); }
H1.HeaderClassName
{
color: #66B5DC;
}
.AnyTagClassName
{
color: #66B5DC;
}
</style>
background-color css
<style>
a { background-color: #66B5DC; }
a { background-color: rgb(102,181,220); }
div.DivClassName
{
background-color: #66B5DC;
}
.BgClassName
{
background-color: #66B5DC;
}
</style>
border-color css
<style>
span { border-color: #66B5DC; }
span { border-color: rgb(102,181,220); }
td.TdClassName
{
border-color: #66B5DC;
}
.TagClassName
{
border-color: #66B5DC;
}
</style>