Shades of Malibu #62BCDB
Tints of Malibu #62BCDB
RGB
CMYK
RGB Variations
Color information
#62BCDB (or 0x62BCDB) is known color: Malibu. HEX triplet: 62, BC and DB. RGB value is (98,188,219). Sum of RGB (Red+Green+Blue) = 98+188+219=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #62BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCDB is #9D4324. Grayscale: #A4A4A4. Windows color (decimal): -10306341 or 14400610. OLE color: 14400610.
HSL color Cylindrical-coordinate representation of color #62BCDB: hue angle of 195.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62BCDB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 188 | 219 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.14 |
| HSL | 195.37º | 0.63% | 0.62% | - |
| HSV(B) | 195.37º | 0.55% | 0.86% | - |
| XYZ | 35.81 | 43.68 | 73.56 | - |
| YUV | 164.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 219 | 0.55 | 0.14 | 0 | 0.14 | 195.37 | 0.63 | 0.62 |
| Hex | 62 | BC | DB | 37 | E | 0 | E | C3 | 3F | 3E |
| Octal | 142 | 274 | 333 | 67 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1100010 | 10111100 | 11011011 | 110111 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #62BCDB
Complementary color
Monochromatic Colors of #62BCDB
Black with #62BCDB
Text Example
Text Example
White with #62BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCDB; }
p { color: rgb(98,188,219); }
H1.HeaderClassName
{
color: #62BCDB;
}
.AnyTagClassName
{
color: #62BCDB;
}
</style>
background-color css
<style>
a { background-color: #62BCDB; }
a { background-color: rgb(98,188,219); }
div.DivClassName
{
background-color: #62BCDB;
}
.BgClassName
{
background-color: #62BCDB;
}
</style>
border-color css
<style>
span { border-color: #62BCDB; }
span { border-color: rgb(98,188,219); }
td.TdClassName
{
border-color: #62BCDB;
}
.TagClassName
{
border-color: #62BCDB;
}
</style>