Shades of Maya Blue #62C7FF
Tints of Maya Blue #62C7FF
RGB
CMYK
RGB Variations
Color information
#62C7FF (or 0x62C7FF) is known color: Maya Blue. HEX triplet: 62, C7 and FF. RGB value is (98,199,255). Sum of RGB (Red+Green+Blue) = 98+199+255=552 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.75% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #62C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C7FF is #9D3800. Grayscale: #AEAEAE. Windows color (decimal): -10303489 or 16762722. OLE color: 16762722.
HSL color Cylindrical-coordinate representation of color #62C7FF: hue angle of 201.4º 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 #62C7FF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 199 | 255 | - |
| CMYK | 0.62 | 0.22 | 0 | 0 |
| HSL | 201.4º | 1% | 0.69% | - |
| HSV(B) | 201.4º | 0.62% | 1% | - |
| XYZ | 43.51 | 50.66 | 102.09 | - |
| YUV | 175.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 199 | 255 | 0.62 | 0.22 | 0 | 0 | 201.4 | 1 | 0.69 |
| Hex | 62 | C7 | FF | 3E | 16 | 0 | 0 | C9 | 64 | 45 |
| Octal | 142 | 307 | 377 | 76 | 26 | 0 | 0 | 311 | 144 | 105 |
| Binary | 1100010 | 11000111 | 11111111 | 111110 | 10110 | 0 | 0 | 11001001 | 1100100 | 1000101 |
Color Harmonies of #62C7FF
Complementary color
Monochromatic Colors of #62C7FF
Black with #62C7FF
Text Example
Text Example
White with #62C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C7FF; }
p { color: rgb(98,199,255); }
H1.HeaderClassName
{
color: #62C7FF;
}
.AnyTagClassName
{
color: #62C7FF;
}
</style>
background-color css
<style>
a { background-color: #62C7FF; }
a { background-color: rgb(98,199,255); }
div.DivClassName
{
background-color: #62C7FF;
}
.BgClassName
{
background-color: #62C7FF;
}
</style>
border-color css
<style>
span { border-color: #62C7FF; }
span { border-color: rgb(98,199,255); }
td.TdClassName
{
border-color: #62C7FF;
}
.TagClassName
{
border-color: #62C7FF;
}
</style>