Shades of Malibu #62BDD5
Tints of Malibu #62BDD5
RGB
CMYK
RGB Variations
Color information
#62BDD5 (or 0x62BDD5) is known color: Malibu. HEX triplet: 62, BD and D5. RGB value is (98,189,213). Sum of RGB (Red+Green+Blue) = 98+189+213=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #62BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDD5 is #9D422A. Grayscale: #A4A4A4. Windows color (decimal): -10306091 or 14007650. OLE color: 14007650.
HSL color Cylindrical-coordinate representation of color #62BDD5: hue angle of 192.52º degrees, saturation: 0.58, 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 #62BDD5 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 189 | 213 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.16 |
| HSL | 192.52º | 0.58% | 0.61% | - |
| HSV(B) | 192.52º | 0.54% | 0.84% | - |
| XYZ | 35.24 | 43.8 | 69.55 | - |
| YUV | 164.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 213 | 0.54 | 0.11 | 0 | 0.16 | 192.52 | 0.58 | 0.61 |
| Hex | 62 | BD | D5 | 36 | B | 0 | 10 | C1 | 3A | 3D |
| Octal | 142 | 275 | 325 | 66 | 13 | 0 | 20 | 301 | 72 | 75 |
| Binary | 1100010 | 10111101 | 11010101 | 110110 | 1011 | 0 | 10000 | 11000001 | 111010 | 111101 |
Color Harmonies of #62BDD5
Complementary color
Monochromatic Colors of #62BDD5
Black with #62BDD5
Text Example
Text Example
White with #62BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDD5; }
p { color: rgb(98,189,213); }
H1.HeaderClassName
{
color: #62BDD5;
}
.AnyTagClassName
{
color: #62BDD5;
}
</style>
background-color css
<style>
a { background-color: #62BDD5; }
a { background-color: rgb(98,189,213); }
div.DivClassName
{
background-color: #62BDD5;
}
.BgClassName
{
background-color: #62BDD5;
}
</style>
border-color css
<style>
span { border-color: #62BDD5; }
span { border-color: rgb(98,189,213); }
td.TdClassName
{
border-color: #62BDD5;
}
.TagClassName
{
border-color: #62BDD5;
}
</style>