Shades of Malibu #66BCDB
Tints of Malibu #66BCDB
RGB
CMYK
RGB Variations
Color information
#66BCDB (or 0x66BCDB) is known color: Malibu. HEX triplet: 66, BC and DB. RGB value is (102,188,219). Sum of RGB (Red+Green+Blue) = 102+188+219=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #66BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCDB is #994324. Grayscale: #A5A5A5. Windows color (decimal): -10044197 or 14400614. OLE color: 14400614.
HSL color Cylindrical-coordinate representation of color #66BCDB: hue angle of 195.9º 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 #66BCDB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 188 | 219 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.14 |
| HSL | 195.9º | 0.62% | 0.63% | - |
| HSV(B) | 195.9º | 0.53% | 0.86% | - |
| XYZ | 36.25 | 43.91 | 73.58 | - |
| YUV | 165.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 219 | 0.53 | 0.14 | 0 | 0.14 | 195.9 | 0.62 | 0.63 |
| Hex | 66 | BC | DB | 35 | E | 0 | E | C4 | 3E | 3F |
| Octal | 146 | 274 | 333 | 65 | 16 | 0 | 16 | 304 | 76 | 77 |
| Binary | 1100110 | 10111100 | 11011011 | 110101 | 1110 | 0 | 1110 | 11000100 | 111110 | 111111 |
Color Harmonies of #66BCDB
Complementary color
Monochromatic Colors of #66BCDB
Black with #66BCDB
Text Example
Text Example
White with #66BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCDB; }
p { color: rgb(102,188,219); }
H1.HeaderClassName
{
color: #66BCDB;
}
.AnyTagClassName
{
color: #66BCDB;
}
</style>
background-color css
<style>
a { background-color: #66BCDB; }
a { background-color: rgb(102,188,219); }
div.DivClassName
{
background-color: #66BCDB;
}
.BgClassName
{
background-color: #66BCDB;
}
</style>
border-color css
<style>
span { border-color: #66BCDB; }
span { border-color: rgb(102,188,219); }
td.TdClassName
{
border-color: #66BCDB;
}
.TagClassName
{
border-color: #66BCDB;
}
</style>