Shades of Malibu #62C5D7
Tints of Malibu #62C5D7
RGB
CMYK
RGB Variations
Color information
#62C5D7 (or 0x62C5D7) is known color: Malibu. HEX triplet: 62, C5 and D7. RGB value is (98,197,215). Sum of RGB (Red+Green+Blue) = 98+197+215=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #62C5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5D7 is #9D3A28. Grayscale: #A9A9A9. Windows color (decimal): -10304041 or 14140770. OLE color: 14140770.
HSL color Cylindrical-coordinate representation of color #62C5D7: hue angle of 189.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62C5D7 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 197 | 215 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.16 |
| HSL | 189.23º | 0.59% | 0.61% | - |
| HSV(B) | 189.23º | 0.54% | 0.84% | - |
| XYZ | 37.27 | 47.44 | 71.48 | - |
| YUV | 169.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 215 | 0.54 | 0.08 | 0 | 0.16 | 189.23 | 0.59 | 0.61 |
| Hex | 62 | C5 | D7 | 36 | 8 | 0 | 10 | BD | 3B | 3D |
| Octal | 142 | 305 | 327 | 66 | 10 | 0 | 20 | 275 | 73 | 75 |
| Binary | 1100010 | 11000101 | 11010111 | 110110 | 1000 | 0 | 10000 | 10111101 | 111011 | 111101 |
Color Harmonies of #62C5D7
Complementary color
Monochromatic Colors of #62C5D7
Black with #62C5D7
Text Example
Text Example
White with #62C5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5D7; }
p { color: rgb(98,197,215); }
H1.HeaderClassName
{
color: #62C5D7;
}
.AnyTagClassName
{
color: #62C5D7;
}
</style>
background-color css
<style>
a { background-color: #62C5D7; }
a { background-color: rgb(98,197,215); }
div.DivClassName
{
background-color: #62C5D7;
}
.BgClassName
{
background-color: #62C5D7;
}
</style>
border-color css
<style>
span { border-color: #62C5D7; }
span { border-color: rgb(98,197,215); }
td.TdClassName
{
border-color: #62C5D7;
}
.TagClassName
{
border-color: #62C5D7;
}
</style>