Shades of Malibu #66B2DD
Tints of Malibu #66B2DD
RGB
CMYK
RGB Variations
Color information
#66B2DD (or 0x66B2DD) is known color: Malibu. HEX triplet: 66, B2 and DD. RGB value is (102,178,221). Sum of RGB (Red+Green+Blue) = 102+178+221=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #66B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2DD is #994D22. Grayscale: #9F9F9F. Windows color (decimal): -10046755 or 14529126. OLE color: 14529126.
HSL color Cylindrical-coordinate representation of color #66B2DD: hue angle of 201.68º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B2DD is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 178 | 221 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.13 |
| HSL | 201.68º | 0.64% | 0.63% | - |
| HSV(B) | 201.68º | 0.54% | 0.87% | - |
| XYZ | 34.45 | 39.89 | 74.29 | - |
| YUV | 160.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 221 | 0.54 | 0.19 | 0 | 0.13 | 201.68 | 0.64 | 0.63 |
| Hex | 66 | B2 | DD | 36 | 13 | 0 | D | CA | 40 | 3F |
| Octal | 146 | 262 | 335 | 66 | 23 | 0 | 15 | 312 | 100 | 77 |
| Binary | 1100110 | 10110010 | 11011101 | 110110 | 10011 | 0 | 1101 | 11001010 | 1000000 | 111111 |
Color Harmonies of #66B2DD
Complementary color
Monochromatic Colors of #66B2DD
Black with #66B2DD
Text Example
Text Example
White with #66B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2DD; }
p { color: rgb(102,178,221); }
H1.HeaderClassName
{
color: #66B2DD;
}
.AnyTagClassName
{
color: #66B2DD;
}
</style>
background-color css
<style>
a { background-color: #66B2DD; }
a { background-color: rgb(102,178,221); }
div.DivClassName
{
background-color: #66B2DD;
}
.BgClassName
{
background-color: #66B2DD;
}
</style>
border-color css
<style>
span { border-color: #66B2DD; }
span { border-color: rgb(102,178,221); }
td.TdClassName
{
border-color: #66B2DD;
}
.TagClassName
{
border-color: #66B2DD;
}
</style>