Shades of Malibu #62C5D8
Tints of Malibu #62C5D8
RGB
CMYK
RGB Variations
Color information
#62C5D8 (or 0x62C5D8) is known color: Malibu. HEX triplet: 62, C5 and D8. RGB value is (98,197,216). Sum of RGB (Red+Green+Blue) = 98+197+216=511 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.18% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #62C5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5D8 is #9D3A27. Grayscale: #A9A9A9. Windows color (decimal): -10304040 or 14206306. OLE color: 14206306.
HSL color Cylindrical-coordinate representation of color #62C5D8: hue angle of 189.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C5D8 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 197 | 216 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.15 |
| HSL | 189.66º | 0.6% | 0.62% | - |
| HSV(B) | 189.66º | 0.55% | 0.85% | - |
| XYZ | 37.4 | 47.49 | 72.16 | - |
| YUV | 169.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 216 | 0.55 | 0.09 | 0 | 0.15 | 189.66 | 0.6 | 0.62 |
| Hex | 62 | C5 | D8 | 37 | 9 | 0 | F | BE | 3C | 3E |
| Octal | 142 | 305 | 330 | 67 | 11 | 0 | 17 | 276 | 74 | 76 |
| Binary | 1100010 | 11000101 | 11011000 | 110111 | 1001 | 0 | 1111 | 10111110 | 111100 | 111110 |
Color Harmonies of #62C5D8
Complementary color
Monochromatic Colors of #62C5D8
Black with #62C5D8
Text Example
Text Example
White with #62C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5D8; }
p { color: rgb(98,197,216); }
H1.HeaderClassName
{
color: #62C5D8;
}
.AnyTagClassName
{
color: #62C5D8;
}
</style>
background-color css
<style>
a { background-color: #62C5D8; }
a { background-color: rgb(98,197,216); }
div.DivClassName
{
background-color: #62C5D8;
}
.BgClassName
{
background-color: #62C5D8;
}
</style>
border-color css
<style>
span { border-color: #62C5D8; }
span { border-color: rgb(98,197,216); }
td.TdClassName
{
border-color: #62C5D8;
}
.TagClassName
{
border-color: #62C5D8;
}
</style>