Shades of Malibu #62C0EC
Tints of Malibu #62C0EC
RGB
CMYK
RGB Variations
Color information
#62C0EC (or 0x62C0EC) is known color: Malibu. HEX triplet: 62, C0 and EC. RGB value is (98,192,236). Sum of RGB (Red+Green+Blue) = 98+192+236=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #62C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C0EC is #9D3F13. Grayscale: #A8A8A8. Windows color (decimal): -10305300 or 15515746. OLE color: 15515746.
HSL color Cylindrical-coordinate representation of color #62C0EC: hue angle of 199.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62C0EC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 192 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 199.13º | 0.78% | 0.65% | - |
| HSV(B) | 199.13º | 0.58% | 0.93% | - |
| XYZ | 39.03 | 46.35 | 86.25 | - |
| YUV | 168.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 236 | 0.58 | 0.19 | 0 | 0.07 | 199.13 | 0.78 | 0.65 |
| Hex | 62 | C0 | EC | 3A | 13 | 0 | 7 | C7 | 4E | 41 |
| Octal | 142 | 300 | 354 | 72 | 23 | 0 | 7 | 307 | 116 | 101 |
| Binary | 1100010 | 11000000 | 11101100 | 111010 | 10011 | 0 | 111 | 11000111 | 1001110 | 1000001 |
Color Harmonies of #62C0EC
Complementary color
Monochromatic Colors of #62C0EC
Black with #62C0EC
Text Example
Text Example
White with #62C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0EC; }
p { color: rgb(98,192,236); }
H1.HeaderClassName
{
color: #62C0EC;
}
.AnyTagClassName
{
color: #62C0EC;
}
</style>
background-color css
<style>
a { background-color: #62C0EC; }
a { background-color: rgb(98,192,236); }
div.DivClassName
{
background-color: #62C0EC;
}
.BgClassName
{
background-color: #62C0EC;
}
</style>
border-color css
<style>
span { border-color: #62C0EC; }
span { border-color: rgb(98,192,236); }
td.TdClassName
{
border-color: #62C0EC;
}
.TagClassName
{
border-color: #62C0EC;
}
</style>