Shades of Malibu #66B5D8
Tints of Malibu #66B5D8
RGB
CMYK
RGB Variations
Color information
#66B5D8 (or 0x66B5D8) is known color: Malibu. HEX triplet: 66, B5 and D8. RGB value is (102,181,216). Sum of RGB (Red+Green+Blue) = 102+181+216=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #66B5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5D8 is #994A27. Grayscale: #A1A1A1. Windows color (decimal): -10045992 or 14202214. OLE color: 14202214.
HSL color Cylindrical-coordinate representation of color #66B5D8: hue angle of 198.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66B5D8 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 181 | 216 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.15 |
| HSL | 198.42º | 0.59% | 0.62% | - |
| HSV(B) | 198.42º | 0.53% | 0.85% | - |
| XYZ | 34.4 | 40.83 | 71.03 | - |
| YUV | 161.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 216 | 0.53 | 0.16 | 0 | 0.15 | 198.42 | 0.59 | 0.62 |
| Hex | 66 | B5 | D8 | 35 | 10 | 0 | F | C6 | 3B | 3E |
| Octal | 146 | 265 | 330 | 65 | 20 | 0 | 17 | 306 | 73 | 76 |
| Binary | 1100110 | 10110101 | 11011000 | 110101 | 10000 | 0 | 1111 | 11000110 | 111011 | 111110 |
Color Harmonies of #66B5D8
Complementary color
Monochromatic Colors of #66B5D8
Black with #66B5D8
Text Example
Text Example
White with #66B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B5D8; }
p { color: rgb(102,181,216); }
H1.HeaderClassName
{
color: #66B5D8;
}
.AnyTagClassName
{
color: #66B5D8;
}
</style>
background-color css
<style>
a { background-color: #66B5D8; }
a { background-color: rgb(102,181,216); }
div.DivClassName
{
background-color: #66B5D8;
}
.BgClassName
{
background-color: #66B5D8;
}
</style>
border-color css
<style>
span { border-color: #66B5D8; }
span { border-color: rgb(102,181,216); }
td.TdClassName
{
border-color: #66B5D8;
}
.TagClassName
{
border-color: #66B5D8;
}
</style>