Shades of Malibu #62C0D1
Tints of Malibu #62C0D1
RGB
CMYK
RGB Variations
Color information
#62C0D1 (or 0x62C0D1) is known color: Malibu. HEX triplet: 62, C0 and D1. RGB value is (98,192,209). Sum of RGB (Red+Green+Blue) = 98+192+209=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #62C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0D1 is #9D3F2E. Grayscale: #A5A5A5. Windows color (decimal): -10305327 or 13746274. OLE color: 13746274.
HSL color Cylindrical-coordinate representation of color #62C0D1: hue angle of 189.19º 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 #62C0D1 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 192 | 209 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.18 |
| HSL | 189.19º | 0.55% | 0.6% | - |
| HSV(B) | 189.19º | 0.53% | 0.82% | - |
| XYZ | 35.4 | 44.9 | 67.12 | - |
| YUV | 165.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 209 | 0.53 | 0.08 | 0 | 0.18 | 189.19 | 0.55 | 0.6 |
| Hex | 62 | C0 | D1 | 35 | 8 | 0 | 12 | BD | 37 | 3C |
| Octal | 142 | 300 | 321 | 65 | 10 | 0 | 22 | 275 | 67 | 74 |
| Binary | 1100010 | 11000000 | 11010001 | 110101 | 1000 | 0 | 10010 | 10111101 | 110111 | 111100 |
Color Harmonies of #62C0D1
Complementary color
Monochromatic Colors of #62C0D1
Black with #62C0D1
Text Example
Text Example
White with #62C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0D1; }
p { color: rgb(98,192,209); }
H1.HeaderClassName
{
color: #62C0D1;
}
.AnyTagClassName
{
color: #62C0D1;
}
</style>
background-color css
<style>
a { background-color: #62C0D1; }
a { background-color: rgb(98,192,209); }
div.DivClassName
{
background-color: #62C0D1;
}
.BgClassName
{
background-color: #62C0D1;
}
</style>
border-color css
<style>
span { border-color: #62C0D1; }
span { border-color: rgb(98,192,209); }
td.TdClassName
{
border-color: #62C0D1;
}
.TagClassName
{
border-color: #62C0D1;
}
</style>