Shades of Malibu #62BDE0
Tints of Malibu #62BDE0
RGB
CMYK
RGB Variations
Color information
#62BDE0 (or 0x62BDE0) is known color: Malibu. HEX triplet: 62, BD and E0. RGB value is (98,189,224). Sum of RGB (Red+Green+Blue) = 98+189+224=511 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.18% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #62BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDE0 is #9D421F. Grayscale: #A5A5A5. Windows color (decimal): -10306080 or 14728546. OLE color: 14728546.
HSL color Cylindrical-coordinate representation of color #62BDE0: hue angle of 196.67º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62BDE0 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 189 | 224 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.12 |
| HSL | 196.67º | 0.67% | 0.63% | - |
| HSV(B) | 196.67º | 0.56% | 0.88% | - |
| XYZ | 36.69 | 44.37 | 77.15 | - |
| YUV | 165.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 224 | 0.56 | 0.16 | 0 | 0.12 | 196.67 | 0.67 | 0.63 |
| Hex | 62 | BD | E0 | 38 | 10 | 0 | C | C5 | 43 | 3F |
| Octal | 142 | 275 | 340 | 70 | 20 | 0 | 14 | 305 | 103 | 77 |
| Binary | 1100010 | 10111101 | 11100000 | 111000 | 10000 | 0 | 1100 | 11000101 | 1000011 | 111111 |
Color Harmonies of #62BDE0
Complementary color
Monochromatic Colors of #62BDE0
Black with #62BDE0
Text Example
Text Example
White with #62BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDE0; }
p { color: rgb(98,189,224); }
H1.HeaderClassName
{
color: #62BDE0;
}
.AnyTagClassName
{
color: #62BDE0;
}
</style>
background-color css
<style>
a { background-color: #62BDE0; }
a { background-color: rgb(98,189,224); }
div.DivClassName
{
background-color: #62BDE0;
}
.BgClassName
{
background-color: #62BDE0;
}
</style>
border-color css
<style>
span { border-color: #62BDE0; }
span { border-color: rgb(98,189,224); }
td.TdClassName
{
border-color: #62BDE0;
}
.TagClassName
{
border-color: #62BDE0;
}
</style>