Shades of Malibu #62BCD6
Tints of Malibu #62BCD6
RGB
CMYK
RGB Variations
Color information
#62BCD6 (or 0x62BCD6) is known color: Malibu. HEX triplet: 62, BC and D6. RGB value is (98,188,214). Sum of RGB (Red+Green+Blue) = 98+188+214=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #62BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCD6 is #9D4329. Grayscale: #A3A3A3. Windows color (decimal): -10306346 or 14072930. OLE color: 14072930.
HSL color Cylindrical-coordinate representation of color #62BCD6: hue angle of 193.45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62BCD6 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 188 | 214 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.16 |
| HSL | 193.45º | 0.59% | 0.61% | - |
| HSV(B) | 193.45º | 0.54% | 0.84% | - |
| XYZ | 35.16 | 43.42 | 70.15 | - |
| YUV | 164.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 214 | 0.54 | 0.12 | 0 | 0.16 | 193.45 | 0.59 | 0.61 |
| Hex | 62 | BC | D6 | 36 | C | 0 | 10 | C1 | 3B | 3D |
| Octal | 142 | 274 | 326 | 66 | 14 | 0 | 20 | 301 | 73 | 75 |
| Binary | 1100010 | 10111100 | 11010110 | 110110 | 1100 | 0 | 10000 | 11000001 | 111011 | 111101 |
Color Harmonies of #62BCD6
Complementary color
Monochromatic Colors of #62BCD6
Black with #62BCD6
Text Example
Text Example
White with #62BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCD6; }
p { color: rgb(98,188,214); }
H1.HeaderClassName
{
color: #62BCD6;
}
.AnyTagClassName
{
color: #62BCD6;
}
</style>
background-color css
<style>
a { background-color: #62BCD6; }
a { background-color: rgb(98,188,214); }
div.DivClassName
{
background-color: #62BCD6;
}
.BgClassName
{
background-color: #62BCD6;
}
</style>
border-color css
<style>
span { border-color: #62BCD6; }
span { border-color: rgb(98,188,214); }
td.TdClassName
{
border-color: #62BCD6;
}
.TagClassName
{
border-color: #62BCD6;
}
</style>