Shades of Malibu #62BCD5
Tints of Malibu #62BCD5
RGB
CMYK
RGB Variations
Color information
#62BCD5 (or 0x62BCD5) is known color: Malibu. HEX triplet: 62, BC and D5. RGB value is (98,188,213). Sum of RGB (Red+Green+Blue) = 98+188+213=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #62BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCD5 is #9D432A. Grayscale: #A3A3A3. Windows color (decimal): -10306347 or 14007394. OLE color: 14007394.
HSL color Cylindrical-coordinate representation of color #62BCD5: hue angle of 193.04º 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 #62BCD5 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 188 | 213 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.16 |
| HSL | 193.04º | 0.58% | 0.61% | - |
| HSV(B) | 193.04º | 0.54% | 0.84% | - |
| XYZ | 35.03 | 43.37 | 69.48 | - |
| YUV | 163.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 213 | 0.54 | 0.12 | 0 | 0.16 | 193.04 | 0.58 | 0.61 |
| Hex | 62 | BC | D5 | 36 | C | 0 | 10 | C1 | 3A | 3D |
| Octal | 142 | 274 | 325 | 66 | 14 | 0 | 20 | 301 | 72 | 75 |
| Binary | 1100010 | 10111100 | 11010101 | 110110 | 1100 | 0 | 10000 | 11000001 | 111010 | 111101 |
Color Harmonies of #62BCD5
Complementary color
Monochromatic Colors of #62BCD5
Black with #62BCD5
Text Example
Text Example
White with #62BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCD5; }
p { color: rgb(98,188,213); }
H1.HeaderClassName
{
color: #62BCD5;
}
.AnyTagClassName
{
color: #62BCD5;
}
</style>
background-color css
<style>
a { background-color: #62BCD5; }
a { background-color: rgb(98,188,213); }
div.DivClassName
{
background-color: #62BCD5;
}
.BgClassName
{
background-color: #62BCD5;
}
</style>
border-color css
<style>
span { border-color: #62BCD5; }
span { border-color: rgb(98,188,213); }
td.TdClassName
{
border-color: #62BCD5;
}
.TagClassName
{
border-color: #62BCD5;
}
</style>