Shades of Maya Blue #62C0FB
Tints of Maya Blue #62C0FB
RGB
CMYK
RGB Variations
Color information
#62C0FB (or 0x62C0FB) is known color: Maya Blue. HEX triplet: 62, C0 and FB. RGB value is (98,192,251). Sum of RGB (Red+Green+Blue) = 98+192+251=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #62C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C0FB is #9D3F04. Grayscale: #AAAAAA. Windows color (decimal): -10305285 or 16498786. OLE color: 16498786.
HSL color Cylindrical-coordinate representation of color #62C0FB: hue angle of 203.14º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62C0FB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 192 | 251 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.02 |
| HSL | 203.14º | 0.95% | 0.68% | - |
| HSV(B) | 203.14º | 0.61% | 0.98% | - |
| XYZ | 41.3 | 47.26 | 98.21 | - |
| YUV | 170.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 251 | 0.61 | 0.24 | 0 | 0.02 | 203.14 | 0.95 | 0.68 |
| Hex | 62 | C0 | FB | 3D | 18 | 0 | 2 | CB | 5F | 44 |
| Octal | 142 | 300 | 373 | 75 | 30 | 0 | 2 | 313 | 137 | 104 |
| Binary | 1100010 | 11000000 | 11111011 | 111101 | 11000 | 0 | 10 | 11001011 | 1011111 | 1000100 |
Color Harmonies of #62C0FB
Complementary color
Monochromatic Colors of #62C0FB
Black with #62C0FB
Text Example
Text Example
White with #62C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0FB; }
p { color: rgb(98,192,251); }
H1.HeaderClassName
{
color: #62C0FB;
}
.AnyTagClassName
{
color: #62C0FB;
}
</style>
background-color css
<style>
a { background-color: #62C0FB; }
a { background-color: rgb(98,192,251); }
div.DivClassName
{
background-color: #62C0FB;
}
.BgClassName
{
background-color: #62C0FB;
}
</style>
border-color css
<style>
span { border-color: #62C0FB; }
span { border-color: rgb(98,192,251); }
td.TdClassName
{
border-color: #62C0FB;
}
.TagClassName
{
border-color: #62C0FB;
}
</style>