Shades of Maya Blue #62C4FF
Tints of Maya Blue #62C4FF
RGB
CMYK
RGB Variations
Color information
#62C4FF (or 0x62C4FF) is known color: Maya Blue. HEX triplet: 62, C4 and FF. RGB value is (98,196,255). Sum of RGB (Red+Green+Blue) = 98+196+255=549 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.85% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #62C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C4FF is #9D3B00. Grayscale: #ADADAD. Windows color (decimal): -10304257 or 16761954. OLE color: 16761954.
HSL color Cylindrical-coordinate representation of color #62C4FF: hue angle of 202.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62C4FF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 196 | 255 | - |
| CMYK | 0.62 | 0.23 | 0 | 0 |
| HSL | 202.55º | 1% | 0.69% | - |
| HSV(B) | 202.55º | 0.62% | 1% | - |
| XYZ | 42.83 | 49.3 | 101.87 | - |
| YUV | 173.42 | 174.03 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 255 | 0.62 | 0.23 | 0 | 0 | 202.55 | 1 | 0.69 |
| Hex | 62 | C4 | FF | 3E | 17 | 0 | 0 | CB | 64 | 45 |
| Octal | 142 | 304 | 377 | 76 | 27 | 0 | 0 | 313 | 144 | 105 |
| Binary | 1100010 | 11000100 | 11111111 | 111110 | 10111 | 0 | 0 | 11001011 | 1100100 | 1000101 |
Color Harmonies of #62C4FF
Complementary color
Monochromatic Colors of #62C4FF
Black with #62C4FF
Text Example
Text Example
White with #62C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C4FF; }
p { color: rgb(98,196,255); }
H1.HeaderClassName
{
color: #62C4FF;
}
.AnyTagClassName
{
color: #62C4FF;
}
</style>
background-color css
<style>
a { background-color: #62C4FF; }
a { background-color: rgb(98,196,255); }
div.DivClassName
{
background-color: #62C4FF;
}
.BgClassName
{
background-color: #62C4FF;
}
</style>
border-color css
<style>
span { border-color: #62C4FF; }
span { border-color: rgb(98,196,255); }
td.TdClassName
{
border-color: #62C4FF;
}
.TagClassName
{
border-color: #62C4FF;
}
</style>