Shades of Malibu #66B2DB
Tints of Malibu #66B2DB
RGB
CMYK
RGB Variations
Color information
#66B2DB (or 0x66B2DB) is known color: Malibu. HEX triplet: 66, B2 and DB. RGB value is (102,178,219). Sum of RGB (Red+Green+Blue) = 102+178+219=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #66B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2DB is #994D24. Grayscale: #9F9F9F. Windows color (decimal): -10046757 or 14398054. OLE color: 14398054.
HSL color Cylindrical-coordinate representation of color #66B2DB: hue angle of 201.03º 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 #66B2DB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 178 | 219 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.14 |
| HSL | 201.03º | 0.62% | 0.63% | - |
| HSV(B) | 201.03º | 0.53% | 0.86% | - |
| XYZ | 34.19 | 39.78 | 72.89 | - |
| YUV | 159.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 219 | 0.53 | 0.19 | 0 | 0.14 | 201.03 | 0.62 | 0.63 |
| Hex | 66 | B2 | DB | 35 | 13 | 0 | E | C9 | 3E | 3F |
| Octal | 146 | 262 | 333 | 65 | 23 | 0 | 16 | 311 | 76 | 77 |
| Binary | 1100110 | 10110010 | 11011011 | 110101 | 10011 | 0 | 1110 | 11001001 | 111110 | 111111 |
Color Harmonies of #66B2DB
Complementary color
Monochromatic Colors of #66B2DB
Black with #66B2DB
Text Example
Text Example
White with #66B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2DB; }
p { color: rgb(102,178,219); }
H1.HeaderClassName
{
color: #66B2DB;
}
.AnyTagClassName
{
color: #66B2DB;
}
</style>
background-color css
<style>
a { background-color: #66B2DB; }
a { background-color: rgb(102,178,219); }
div.DivClassName
{
background-color: #66B2DB;
}
.BgClassName
{
background-color: #66B2DB;
}
</style>
border-color css
<style>
span { border-color: #66B2DB; }
span { border-color: rgb(102,178,219); }
td.TdClassName
{
border-color: #66B2DB;
}
.TagClassName
{
border-color: #66B2DB;
}
</style>