Shades of Malibu #62C5D2
Tints of Malibu #62C5D2
RGB
CMYK
RGB Variations
Color information
#62C5D2 (or 0x62C5D2) is known color: Malibu. HEX triplet: 62, C5 and D2. RGB value is (98,197,210). Sum of RGB (Red+Green+Blue) = 98+197+210=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #62C5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5D2 is #9D3A2D. Grayscale: #A8A8A8. Windows color (decimal): -10304046 or 13813090. OLE color: 13813090.
HSL color Cylindrical-coordinate representation of color #62C5D2: hue angle of 186.96º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62C5D2 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 197 | 210 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.18 |
| HSL | 186.96º | 0.55% | 0.6% | - |
| HSV(B) | 186.96º | 0.53% | 0.82% | - |
| XYZ | 36.64 | 47.18 | 68.15 | - |
| YUV | 168.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 210 | 0.53 | 0.06 | 0 | 0.18 | 186.96 | 0.55 | 0.6 |
| Hex | 62 | C5 | D2 | 35 | 6 | 0 | 12 | BB | 37 | 3C |
| Octal | 142 | 305 | 322 | 65 | 6 | 0 | 22 | 273 | 67 | 74 |
| Binary | 1100010 | 11000101 | 11010010 | 110101 | 110 | 0 | 10010 | 10111011 | 110111 | 111100 |
Color Harmonies of #62C5D2
Complementary color
Monochromatic Colors of #62C5D2
Black with #62C5D2
Text Example
Text Example
White with #62C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5D2; }
p { color: rgb(98,197,210); }
H1.HeaderClassName
{
color: #62C5D2;
}
.AnyTagClassName
{
color: #62C5D2;
}
</style>
background-color css
<style>
a { background-color: #62C5D2; }
a { background-color: rgb(98,197,210); }
div.DivClassName
{
background-color: #62C5D2;
}
.BgClassName
{
background-color: #62C5D2;
}
</style>
border-color css
<style>
span { border-color: #62C5D2; }
span { border-color: rgb(98,197,210); }
td.TdClassName
{
border-color: #62C5D2;
}
.TagClassName
{
border-color: #62C5D2;
}
</style>