Shades of Malibu #62B9CF
Tints of Malibu #62B9CF
RGB
CMYK
RGB Variations
Color information
#62B9CF (or 0x62B9CF) is known color: Malibu. HEX triplet: 62, B9 and CF. RGB value is (98,185,207). Sum of RGB (Red+Green+Blue) = 98+185+207=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #62B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B9CF is #9D4630. Grayscale: #A1A1A1. Windows color (decimal): -10307121 or 13613410. OLE color: 13613410.
HSL color Cylindrical-coordinate representation of color #62B9CF: hue angle of 192.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62B9CF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 185 | 207 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.19 |
| HSL | 192.11º | 0.53% | 0.6% | - |
| HSV(B) | 192.11º | 0.53% | 0.81% | - |
| XYZ | 33.65 | 41.8 | 65.33 | - |
| YUV | 161.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 185 | 207 | 0.53 | 0.11 | 0 | 0.19 | 192.11 | 0.53 | 0.6 |
| Hex | 62 | B9 | CF | 35 | B | 0 | 13 | C0 | 35 | 3C |
| Octal | 142 | 271 | 317 | 65 | 13 | 0 | 23 | 300 | 65 | 74 |
| Binary | 1100010 | 10111001 | 11001111 | 110101 | 1011 | 0 | 10011 | 11000000 | 110101 | 111100 |
Color Harmonies of #62B9CF
Complementary color
Monochromatic Colors of #62B9CF
Black with #62B9CF
Text Example
Text Example
White with #62B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B9CF; }
p { color: rgb(98,185,207); }
H1.HeaderClassName
{
color: #62B9CF;
}
.AnyTagClassName
{
color: #62B9CF;
}
</style>
background-color css
<style>
a { background-color: #62B9CF; }
a { background-color: rgb(98,185,207); }
div.DivClassName
{
background-color: #62B9CF;
}
.BgClassName
{
background-color: #62B9CF;
}
</style>
border-color css
<style>
span { border-color: #62B9CF; }
span { border-color: rgb(98,185,207); }
td.TdClassName
{
border-color: #62B9CF;
}
.TagClassName
{
border-color: #62B9CF;
}
</style>