Shades of Malibu #66B0EC
Tints of Malibu #66B0EC
RGB
CMYK
RGB Variations
Color information
#66B0EC (or 0x66B0EC) is known color: Malibu. HEX triplet: 66, B0 and EC. RGB value is (102,176,236). Sum of RGB (Red+Green+Blue) = 102+176+236=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #66B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B0EC is #994F13. Grayscale: #A0A0A0. Windows color (decimal): -10047252 or 15511654. OLE color: 15511654.
HSL color Cylindrical-coordinate representation of color #66B0EC: hue angle of 206.87º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B0EC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 176 | 236 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.07 |
| HSL | 206.87º | 0.78% | 0.66% | - |
| HSV(B) | 206.87º | 0.57% | 0.93% | - |
| XYZ | 36.15 | 39.93 | 85.16 | - |
| YUV | 160.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 236 | 0.57 | 0.25 | 0 | 0.07 | 206.87 | 0.78 | 0.66 |
| Hex | 66 | B0 | EC | 39 | 19 | 0 | 7 | CF | 4E | 42 |
| Octal | 146 | 260 | 354 | 71 | 31 | 0 | 7 | 317 | 116 | 102 |
| Binary | 1100110 | 10110000 | 11101100 | 111001 | 11001 | 0 | 111 | 11001111 | 1001110 | 1000010 |
Color Harmonies of #66B0EC
Complementary color
Monochromatic Colors of #66B0EC
Black with #66B0EC
Text Example
Text Example
White with #66B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B0EC; }
p { color: rgb(102,176,236); }
H1.HeaderClassName
{
color: #66B0EC;
}
.AnyTagClassName
{
color: #66B0EC;
}
</style>
background-color css
<style>
a { background-color: #66B0EC; }
a { background-color: rgb(102,176,236); }
div.DivClassName
{
background-color: #66B0EC;
}
.BgClassName
{
background-color: #66B0EC;
}
</style>
border-color css
<style>
span { border-color: #66B0EC; }
span { border-color: rgb(102,176,236); }
td.TdClassName
{
border-color: #66B0EC;
}
.TagClassName
{
border-color: #66B0EC;
}
</style>