Shades of Malibu #66BDDC
Tints of Malibu #66BDDC
RGB
CMYK
RGB Variations
Color information
#66BDDC (or 0x66BDDC) is known color: Malibu. HEX triplet: 66, BD and DC. RGB value is (102,189,220). Sum of RGB (Red+Green+Blue) = 102+189+220=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #66BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDDC is #994223. Grayscale: #A6A6A6. Windows color (decimal): -10043940 or 14466406. OLE color: 14466406.
HSL color Cylindrical-coordinate representation of color #66BDDC: hue angle of 195.76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BDDC is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 189 | 220 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.14 |
| HSL | 195.76º | 0.63% | 0.63% | - |
| HSV(B) | 195.76º | 0.54% | 0.86% | - |
| XYZ | 36.6 | 44.39 | 74.35 | - |
| YUV | 166.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 220 | 0.54 | 0.14 | 0 | 0.14 | 195.76 | 0.63 | 0.63 |
| Hex | 66 | BD | DC | 36 | E | 0 | E | C4 | 3F | 3F |
| Octal | 146 | 275 | 334 | 66 | 16 | 0 | 16 | 304 | 77 | 77 |
| Binary | 1100110 | 10111101 | 11011100 | 110110 | 1110 | 0 | 1110 | 11000100 | 111111 | 111111 |
Color Harmonies of #66BDDC
Complementary color
Monochromatic Colors of #66BDDC
Black with #66BDDC
Text Example
Text Example
White with #66BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDDC; }
p { color: rgb(102,189,220); }
H1.HeaderClassName
{
color: #66BDDC;
}
.AnyTagClassName
{
color: #66BDDC;
}
</style>
background-color css
<style>
a { background-color: #66BDDC; }
a { background-color: rgb(102,189,220); }
div.DivClassName
{
background-color: #66BDDC;
}
.BgClassName
{
background-color: #66BDDC;
}
</style>
border-color css
<style>
span { border-color: #66BDDC; }
span { border-color: rgb(102,189,220); }
td.TdClassName
{
border-color: #66BDDC;
}
.TagClassName
{
border-color: #66BDDC;
}
</style>