Shades of Malibu #62C0DC
Tints of Malibu #62C0DC
RGB
CMYK
RGB Variations
Color information
#62C0DC (or 0x62C0DC) is known color: Malibu. HEX triplet: 62, C0 and DC. RGB value is (98,192,220). Sum of RGB (Red+Green+Blue) = 98+192+220=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #62C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0DC is #9D3F23. Grayscale: #A6A6A6. Windows color (decimal): -10305316 or 14467170. OLE color: 14467170.
HSL color Cylindrical-coordinate representation of color #62C0DC: hue angle of 193.77º 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 #62C0DC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 192 | 220 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.14 |
| HSL | 193.77º | 0.64% | 0.62% | - |
| HSV(B) | 193.77º | 0.55% | 0.86% | - |
| XYZ | 36.8 | 45.46 | 74.55 | - |
| YUV | 167.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 220 | 0.55 | 0.13 | 0 | 0.14 | 193.77 | 0.64 | 0.62 |
| Hex | 62 | C0 | DC | 37 | D | 0 | E | C2 | 40 | 3E |
| Octal | 142 | 300 | 334 | 67 | 15 | 0 | 16 | 302 | 100 | 76 |
| Binary | 1100010 | 11000000 | 11011100 | 110111 | 1101 | 0 | 1110 | 11000010 | 1000000 | 111110 |
Color Harmonies of #62C0DC
Complementary color
Monochromatic Colors of #62C0DC
Black with #62C0DC
Text Example
Text Example
White with #62C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0DC; }
p { color: rgb(98,192,220); }
H1.HeaderClassName
{
color: #62C0DC;
}
.AnyTagClassName
{
color: #62C0DC;
}
</style>
background-color css
<style>
a { background-color: #62C0DC; }
a { background-color: rgb(98,192,220); }
div.DivClassName
{
background-color: #62C0DC;
}
.BgClassName
{
background-color: #62C0DC;
}
</style>
border-color css
<style>
span { border-color: #62C0DC; }
span { border-color: rgb(98,192,220); }
td.TdClassName
{
border-color: #62C0DC;
}
.TagClassName
{
border-color: #62C0DC;
}
</style>