Shades of Maya Blue #62C2FF
Tints of Maya Blue #62C2FF
RGB
CMYK
RGB Variations
Color information
#62C2FF (or 0x62C2FF) is known color: Maya Blue. HEX triplet: 62, C2 and FF. RGB value is (98,194,255). Sum of RGB (Red+Green+Blue) = 98+194+255=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #62C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C2FF is #9D3D00. Grayscale: #ABABAB. Windows color (decimal): -10304769 or 16761442. OLE color: 16761442.
HSL color Cylindrical-coordinate representation of color #62C2FF: hue angle of 203.31º 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 #62C2FF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 194 | 255 | - |
| CMYK | 0.62 | 0.24 | 0 | 0 |
| HSL | 203.31º | 1% | 0.69% | - |
| HSV(B) | 203.31º | 0.62% | 1% | - |
| XYZ | 42.38 | 48.4 | 101.72 | - |
| YUV | 172.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 255 | 0.62 | 0.24 | 0 | 0 | 203.31 | 1 | 0.69 |
| Hex | 62 | C2 | FF | 3E | 18 | 0 | 0 | CB | 64 | 45 |
| Octal | 142 | 302 | 377 | 76 | 30 | 0 | 0 | 313 | 144 | 105 |
| Binary | 1100010 | 11000010 | 11111111 | 111110 | 11000 | 0 | 0 | 11001011 | 1100100 | 1000101 |
Color Harmonies of #62C2FF
Complementary color
Monochromatic Colors of #62C2FF
Black with #62C2FF
Text Example
Text Example
White with #62C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2FF; }
p { color: rgb(98,194,255); }
H1.HeaderClassName
{
color: #62C2FF;
}
.AnyTagClassName
{
color: #62C2FF;
}
</style>
background-color css
<style>
a { background-color: #62C2FF; }
a { background-color: rgb(98,194,255); }
div.DivClassName
{
background-color: #62C2FF;
}
.BgClassName
{
background-color: #62C2FF;
}
</style>
border-color css
<style>
span { border-color: #62C2FF; }
span { border-color: rgb(98,194,255); }
td.TdClassName
{
border-color: #62C2FF;
}
.TagClassName
{
border-color: #62C2FF;
}
</style>