Shades of Malibu #66B2D8
Tints of Malibu #66B2D8
RGB
CMYK
RGB Variations
Color information
#66B2D8 (or 0x66B2D8) is known color: Malibu. HEX triplet: 66, B2 and D8. RGB value is (102,178,216). Sum of RGB (Red+Green+Blue) = 102+178+216=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #66B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2D8 is #994D27. Grayscale: #9F9F9F. Windows color (decimal): -10046760 or 14201446. OLE color: 14201446.
HSL color Cylindrical-coordinate representation of color #66B2D8: hue angle of 200º 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 #66B2D8 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 178 | 216 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.15 |
| HSL | 200º | 0.59% | 0.62% | - |
| HSV(B) | 200º | 0.53% | 0.85% | - |
| XYZ | 33.79 | 39.62 | 70.83 | - |
| YUV | 159.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 216 | 0.53 | 0.18 | 0 | 0.15 | 200 | 0.59 | 0.62 |
| Hex | 66 | B2 | D8 | 35 | 12 | 0 | F | C8 | 3B | 3E |
| Octal | 146 | 262 | 330 | 65 | 22 | 0 | 17 | 310 | 73 | 76 |
| Binary | 1100110 | 10110010 | 11011000 | 110101 | 10010 | 0 | 1111 | 11001000 | 111011 | 111110 |
Color Harmonies of #66B2D8
Complementary color
Monochromatic Colors of #66B2D8
Black with #66B2D8
Text Example
Text Example
White with #66B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2D8; }
p { color: rgb(102,178,216); }
H1.HeaderClassName
{
color: #66B2D8;
}
.AnyTagClassName
{
color: #66B2D8;
}
</style>
background-color css
<style>
a { background-color: #66B2D8; }
a { background-color: rgb(102,178,216); }
div.DivClassName
{
background-color: #66B2D8;
}
.BgClassName
{
background-color: #66B2D8;
}
</style>
border-color css
<style>
span { border-color: #66B2D8; }
span { border-color: rgb(102,178,216); }
td.TdClassName
{
border-color: #66B2D8;
}
.TagClassName
{
border-color: #66B2D8;
}
</style>