Shades of Malibu #66B9EC
Tints of Malibu #66B9EC
RGB
CMYK
RGB Variations
Color information
#66B9EC (or 0x66B9EC) is known color: Malibu. HEX triplet: 66, B9 and EC. RGB value is (102,185,236). Sum of RGB (Red+Green+Blue) = 102+185+236=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #66B9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9EC is #994613. Grayscale: #A5A5A5. Windows color (decimal): -10044948 or 15513958. OLE color: 15513958.
HSL color Cylindrical-coordinate representation of color #66B9EC: hue angle of 202.84º 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 #66B9EC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 185 | 236 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.07 |
| HSL | 202.84º | 0.78% | 0.66% | - |
| HSV(B) | 202.84º | 0.57% | 0.93% | - |
| XYZ | 37.97 | 43.58 | 85.77 | - |
| YUV | 166 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 236 | 0.57 | 0.22 | 0 | 0.07 | 202.84 | 0.78 | 0.66 |
| Hex | 66 | B9 | EC | 39 | 16 | 0 | 7 | CB | 4E | 42 |
| Octal | 146 | 271 | 354 | 71 | 26 | 0 | 7 | 313 | 116 | 102 |
| Binary | 1100110 | 10111001 | 11101100 | 111001 | 10110 | 0 | 111 | 11001011 | 1001110 | 1000010 |
Color Harmonies of #66B9EC
Complementary color
Monochromatic Colors of #66B9EC
Black with #66B9EC
Text Example
Text Example
White with #66B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9EC; }
p { color: rgb(102,185,236); }
H1.HeaderClassName
{
color: #66B9EC;
}
.AnyTagClassName
{
color: #66B9EC;
}
</style>
background-color css
<style>
a { background-color: #66B9EC; }
a { background-color: rgb(102,185,236); }
div.DivClassName
{
background-color: #66B9EC;
}
.BgClassName
{
background-color: #66B9EC;
}
</style>
border-color css
<style>
span { border-color: #66B9EC; }
span { border-color: rgb(102,185,236); }
td.TdClassName
{
border-color: #66B9EC;
}
.TagClassName
{
border-color: #66B9EC;
}
</style>