Shades of Malibu #62AFE5
Tints of Malibu #62AFE5
RGB
CMYK
RGB Variations
Color information
#62AFE5 (or 0x62AFE5) is known color: Malibu. HEX triplet: 62, AF and E5. RGB value is (98,175,229). Sum of RGB (Red+Green+Blue) = 98+175+229=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #62AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFE5 is #9D501A. Grayscale: #9D9D9D. Windows color (decimal): -10309659 or 15052642. OLE color: 15052642.
HSL color Cylindrical-coordinate representation of color #62AFE5: hue angle of 204.73º 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 #62AFE5 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 175 | 229 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.10 |
| HSL | 204.73º | 0.72% | 0.64% | - |
| HSV(B) | 204.73º | 0.57% | 0.9% | - |
| XYZ | 34.51 | 38.91 | 79.82 | - |
| YUV | 158.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 229 | 0.57 | 0.24 | 0 | 0.10 | 204.73 | 0.72 | 0.64 |
| Hex | 62 | AF | E5 | 39 | 18 | 0 | A | CD | 48 | 40 |
| Octal | 142 | 257 | 345 | 71 | 30 | 0 | 12 | 315 | 110 | 100 |
| Binary | 1100010 | 10101111 | 11100101 | 111001 | 11000 | 0 | 1010 | 11001101 | 1001000 | 1000000 |
Color Harmonies of #62AFE5
Complementary color
Monochromatic Colors of #62AFE5
Black with #62AFE5
Text Example
Text Example
White with #62AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFE5; }
p { color: rgb(98,175,229); }
H1.HeaderClassName
{
color: #62AFE5;
}
.AnyTagClassName
{
color: #62AFE5;
}
</style>
background-color css
<style>
a { background-color: #62AFE5; }
a { background-color: rgb(98,175,229); }
div.DivClassName
{
background-color: #62AFE5;
}
.BgClassName
{
background-color: #62AFE5;
}
</style>
border-color css
<style>
span { border-color: #62AFE5; }
span { border-color: rgb(98,175,229); }
td.TdClassName
{
border-color: #62AFE5;
}
.TagClassName
{
border-color: #62AFE5;
}
</style>