Shades of Malibu #62C8DC
Tints of Malibu #62C8DC
RGB
CMYK
RGB Variations
Color information
#62C8DC (or 0x62C8DC) is known color: Malibu. HEX triplet: 62, C8 and DC. RGB value is (98,200,220). Sum of RGB (Red+Green+Blue) = 98+200+220=518 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.92% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #62C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8DC is #9D3723. Grayscale: #ABABAB. Windows color (decimal): -10303268 or 14469218. OLE color: 14469218.
HSL color Cylindrical-coordinate representation of color #62C8DC: hue angle of 189.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C8DC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 200 | 220 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.14 |
| HSL | 189.84º | 0.64% | 0.62% | - |
| HSV(B) | 189.84º | 0.55% | 0.86% | - |
| XYZ | 38.61 | 49.07 | 75.15 | - |
| YUV | 171.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 220 | 0.55 | 0.09 | 0 | 0.14 | 189.84 | 0.64 | 0.62 |
| Hex | 62 | C8 | DC | 37 | 9 | 0 | E | BE | 40 | 3E |
| Octal | 142 | 310 | 334 | 67 | 11 | 0 | 16 | 276 | 100 | 76 |
| Binary | 1100010 | 11001000 | 11011100 | 110111 | 1001 | 0 | 1110 | 10111110 | 1000000 | 111110 |
Color Harmonies of #62C8DC
Complementary color
Monochromatic Colors of #62C8DC
Black with #62C8DC
Text Example
Text Example
White with #62C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8DC; }
p { color: rgb(98,200,220); }
H1.HeaderClassName
{
color: #62C8DC;
}
.AnyTagClassName
{
color: #62C8DC;
}
</style>
background-color css
<style>
a { background-color: #62C8DC; }
a { background-color: rgb(98,200,220); }
div.DivClassName
{
background-color: #62C8DC;
}
.BgClassName
{
background-color: #62C8DC;
}
</style>
border-color css
<style>
span { border-color: #62C8DC; }
span { border-color: rgb(98,200,220); }
td.TdClassName
{
border-color: #62C8DC;
}
.TagClassName
{
border-color: #62C8DC;
}
</style>