Shades of Malibu #62BADA
Tints of Malibu #62BADA
RGB
CMYK
RGB Variations
Color information
#62BADA (or 0x62BADA) is known color: Malibu. HEX triplet: 62, BA and DA. RGB value is (98,186,218). Sum of RGB (Red+Green+Blue) = 98+186+218=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #62BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BADA is #9D4525. Grayscale: #A3A3A3. Windows color (decimal): -10306854 or 14334562. OLE color: 14334562.
HSL color Cylindrical-coordinate representation of color #62BADA: hue angle of 196º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62BADA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 186 | 218 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.15 |
| HSL | 196º | 0.62% | 0.62% | - |
| HSV(B) | 196º | 0.55% | 0.85% | - |
| XYZ | 35.25 | 42.78 | 72.73 | - |
| YUV | 163.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 218 | 0.55 | 0.15 | 0 | 0.15 | 196 | 0.62 | 0.62 |
| Hex | 62 | BA | DA | 37 | F | 0 | F | C4 | 3E | 3E |
| Octal | 142 | 272 | 332 | 67 | 17 | 0 | 17 | 304 | 76 | 76 |
| Binary | 1100010 | 10111010 | 11011010 | 110111 | 1111 | 0 | 1111 | 11000100 | 111110 | 111110 |
Color Harmonies of #62BADA
Complementary color
Monochromatic Colors of #62BADA
Black with #62BADA
Text Example
Text Example
White with #62BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BADA; }
p { color: rgb(98,186,218); }
H1.HeaderClassName
{
color: #62BADA;
}
.AnyTagClassName
{
color: #62BADA;
}
</style>
background-color css
<style>
a { background-color: #62BADA; }
a { background-color: rgb(98,186,218); }
div.DivClassName
{
background-color: #62BADA;
}
.BgClassName
{
background-color: #62BADA;
}
</style>
border-color css
<style>
span { border-color: #62BADA; }
span { border-color: rgb(98,186,218); }
td.TdClassName
{
border-color: #62BADA;
}
.TagClassName
{
border-color: #62BADA;
}
</style>