Shades of Malibu #66B8DB
Tints of Malibu #66B8DB
RGB
CMYK
RGB Variations
Color information
#66B8DB (or 0x66B8DB) is known color: Malibu. HEX triplet: 66, B8 and DB. RGB value is (102,184,219). Sum of RGB (Red+Green+Blue) = 102+184+219=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #66B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8DB is #994724. Grayscale: #A3A3A3. Windows color (decimal): -10045221 or 14399590. OLE color: 14399590.
HSL color Cylindrical-coordinate representation of color #66B8DB: hue angle of 197.95º 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 #66B8DB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 184 | 219 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.14 |
| HSL | 197.95º | 0.62% | 0.63% | - |
| HSV(B) | 197.95º | 0.53% | 0.86% | - |
| XYZ | 35.41 | 42.22 | 73.3 | - |
| YUV | 163.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 219 | 0.53 | 0.16 | 0 | 0.14 | 197.95 | 0.62 | 0.63 |
| Hex | 66 | B8 | DB | 35 | 10 | 0 | E | C6 | 3E | 3F |
| Octal | 146 | 270 | 333 | 65 | 20 | 0 | 16 | 306 | 76 | 77 |
| Binary | 1100110 | 10111000 | 11011011 | 110101 | 10000 | 0 | 1110 | 11000110 | 111110 | 111111 |
Color Harmonies of #66B8DB
Complementary color
Monochromatic Colors of #66B8DB
Black with #66B8DB
Text Example
Text Example
White with #66B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B8DB; }
p { color: rgb(102,184,219); }
H1.HeaderClassName
{
color: #66B8DB;
}
.AnyTagClassName
{
color: #66B8DB;
}
</style>
background-color css
<style>
a { background-color: #66B8DB; }
a { background-color: rgb(102,184,219); }
div.DivClassName
{
background-color: #66B8DB;
}
.BgClassName
{
background-color: #66B8DB;
}
</style>
border-color css
<style>
span { border-color: #66B8DB; }
span { border-color: rgb(102,184,219); }
td.TdClassName
{
border-color: #66B8DB;
}
.TagClassName
{
border-color: #66B8DB;
}
</style>