Shades of Malibu #62C5DC
Tints of Malibu #62C5DC
RGB
CMYK
RGB Variations
Color information
#62C5DC (or 0x62C5DC) is known color: Malibu. HEX triplet: 62, C5 and DC. RGB value is (98,197,220). Sum of RGB (Red+Green+Blue) = 98+197+220=515 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.03% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #62C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5DC is #9D3A23. Grayscale: #A9A9A9. Windows color (decimal): -10304036 or 14468450. OLE color: 14468450.
HSL color Cylindrical-coordinate representation of color #62C5DC: hue angle of 191.31º 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 #62C5DC is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 197 | 220 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.14 |
| HSL | 191.31º | 0.64% | 0.62% | - |
| HSV(B) | 191.31º | 0.55% | 0.86% | - |
| XYZ | 37.92 | 47.7 | 74.92 | - |
| YUV | 170.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 220 | 0.55 | 0.10 | 0 | 0.14 | 191.31 | 0.64 | 0.62 |
| Hex | 62 | C5 | DC | 37 | A | 0 | E | BF | 40 | 3E |
| Octal | 142 | 305 | 334 | 67 | 12 | 0 | 16 | 277 | 100 | 76 |
| Binary | 1100010 | 11000101 | 11011100 | 110111 | 1010 | 0 | 1110 | 10111111 | 1000000 | 111110 |
Color Harmonies of #62C5DC
Complementary color
Monochromatic Colors of #62C5DC
Black with #62C5DC
Text Example
Text Example
White with #62C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5DC; }
p { color: rgb(98,197,220); }
H1.HeaderClassName
{
color: #62C5DC;
}
.AnyTagClassName
{
color: #62C5DC;
}
</style>
background-color css
<style>
a { background-color: #62C5DC; }
a { background-color: rgb(98,197,220); }
div.DivClassName
{
background-color: #62C5DC;
}
.BgClassName
{
background-color: #62C5DC;
}
</style>
border-color css
<style>
span { border-color: #62C5DC; }
span { border-color: rgb(98,197,220); }
td.TdClassName
{
border-color: #62C5DC;
}
.TagClassName
{
border-color: #62C5DC;
}
</style>