Shades of Malibu #62B2E5
Tints of Malibu #62B2E5
RGB
CMYK
RGB Variations
Color information
#62B2E5 (or 0x62B2E5) is known color: Malibu. HEX triplet: 62, B2 and E5. RGB value is (98,178,229). Sum of RGB (Red+Green+Blue) = 98+178+229=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #62B2E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B2E5 is #9D4D1A. Grayscale: #9F9F9F. Windows color (decimal): -10308891 or 15053410. OLE color: 15053410.
HSL color Cylindrical-coordinate representation of color #62B2E5: hue angle of 203.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62B2E5 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 178 | 229 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.10 |
| HSL | 203.36º | 0.72% | 0.64% | - |
| HSV(B) | 203.36º | 0.57% | 0.9% | - |
| XYZ | 35.1 | 40.09 | 80.02 | - |
| YUV | 159.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 229 | 0.57 | 0.22 | 0 | 0.10 | 203.36 | 0.72 | 0.64 |
| Hex | 62 | B2 | E5 | 39 | 16 | 0 | A | CB | 48 | 40 |
| Octal | 142 | 262 | 345 | 71 | 26 | 0 | 12 | 313 | 110 | 100 |
| Binary | 1100010 | 10110010 | 11100101 | 111001 | 10110 | 0 | 1010 | 11001011 | 1001000 | 1000000 |
Color Harmonies of #62B2E5
Complementary color
Monochromatic Colors of #62B2E5
Black with #62B2E5
Text Example
Text Example
White with #62B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B2E5; }
p { color: rgb(98,178,229); }
H1.HeaderClassName
{
color: #62B2E5;
}
.AnyTagClassName
{
color: #62B2E5;
}
</style>
background-color css
<style>
a { background-color: #62B2E5; }
a { background-color: rgb(98,178,229); }
div.DivClassName
{
background-color: #62B2E5;
}
.BgClassName
{
background-color: #62B2E5;
}
</style>
border-color css
<style>
span { border-color: #62B2E5; }
span { border-color: rgb(98,178,229); }
td.TdClassName
{
border-color: #62B2E5;
}
.TagClassName
{
border-color: #62B2E5;
}
</style>