Shades of Malibu #62B7CF
Tints of Malibu #62B7CF
RGB
CMYK
RGB Variations
Color information
#62B7CF (or 0x62B7CF) is known color: Malibu. HEX triplet: 62, B7 and CF. RGB value is (98,183,207). Sum of RGB (Red+Green+Blue) = 98+183+207=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #62B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B7CF is #9D4830. Grayscale: #A0A0A0. Windows color (decimal): -10307633 or 13612898. OLE color: 13612898.
HSL color Cylindrical-coordinate representation of color #62B7CF: hue angle of 193.21º 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 #62B7CF is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 183 | 207 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.19 |
| HSL | 193.21º | 0.53% | 0.6% | - |
| HSV(B) | 193.21º | 0.53% | 0.81% | - |
| XYZ | 33.23 | 40.97 | 65.19 | - |
| YUV | 160.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 207 | 0.53 | 0.12 | 0 | 0.19 | 193.21 | 0.53 | 0.6 |
| Hex | 62 | B7 | CF | 35 | C | 0 | 13 | C1 | 35 | 3C |
| Octal | 142 | 267 | 317 | 65 | 14 | 0 | 23 | 301 | 65 | 74 |
| Binary | 1100010 | 10110111 | 11001111 | 110101 | 1100 | 0 | 10011 | 11000001 | 110101 | 111100 |
Color Harmonies of #62B7CF
Complementary color
Monochromatic Colors of #62B7CF
Black with #62B7CF
Text Example
Text Example
White with #62B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B7CF; }
p { color: rgb(98,183,207); }
H1.HeaderClassName
{
color: #62B7CF;
}
.AnyTagClassName
{
color: #62B7CF;
}
</style>
background-color css
<style>
a { background-color: #62B7CF; }
a { background-color: rgb(98,183,207); }
div.DivClassName
{
background-color: #62B7CF;
}
.BgClassName
{
background-color: #62B7CF;
}
</style>
border-color css
<style>
span { border-color: #62B7CF; }
span { border-color: rgb(98,183,207); }
td.TdClassName
{
border-color: #62B7CF;
}
.TagClassName
{
border-color: #62B7CF;
}
</style>