Shades of Malibu #62C1D1
Tints of Malibu #62C1D1
RGB
CMYK
RGB Variations
Color information
#62C1D1 (or 0x62C1D1) is known color: Malibu. HEX triplet: 62, C1 and D1. RGB value is (98,193,209). Sum of RGB (Red+Green+Blue) = 98+193+209=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #62C1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C1D1 is #9D3E2E. Grayscale: #A6A6A6. Windows color (decimal): -10305071 or 13746530. OLE color: 13746530.
HSL color Cylindrical-coordinate representation of color #62C1D1: hue angle of 188.65º 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 #62C1D1 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 193 | 209 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.18 |
| HSL | 188.65º | 0.55% | 0.6% | - |
| HSV(B) | 188.65º | 0.53% | 0.82% | - |
| XYZ | 35.62 | 45.34 | 67.2 | - |
| YUV | 166.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 193 | 209 | 0.53 | 0.08 | 0 | 0.18 | 188.65 | 0.55 | 0.6 |
| Hex | 62 | C1 | D1 | 35 | 8 | 0 | 12 | BD | 37 | 3C |
| Octal | 142 | 301 | 321 | 65 | 10 | 0 | 22 | 275 | 67 | 74 |
| Binary | 1100010 | 11000001 | 11010001 | 110101 | 1000 | 0 | 10010 | 10111101 | 110111 | 111100 |
Color Harmonies of #62C1D1
Complementary color
Monochromatic Colors of #62C1D1
Black with #62C1D1
Text Example
Text Example
White with #62C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C1D1; }
p { color: rgb(98,193,209); }
H1.HeaderClassName
{
color: #62C1D1;
}
.AnyTagClassName
{
color: #62C1D1;
}
</style>
background-color css
<style>
a { background-color: #62C1D1; }
a { background-color: rgb(98,193,209); }
div.DivClassName
{
background-color: #62C1D1;
}
.BgClassName
{
background-color: #62C1D1;
}
</style>
border-color css
<style>
span { border-color: #62C1D1; }
span { border-color: rgb(98,193,209); }
td.TdClassName
{
border-color: #62C1D1;
}
.TagClassName
{
border-color: #62C1D1;
}
</style>