Shades of Maya Blue #62C2F7
Tints of Maya Blue #62C2F7
RGB
CMYK
RGB Variations
Color information
#62C2F7 (or 0x62C2F7) is known color: Maya Blue. HEX triplet: 62, C2 and F7. RGB value is (98,194,247). Sum of RGB (Red+Green+Blue) = 98+194+247=539 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.18% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #62C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C2F7 is #9D3D08. Grayscale: #ABABAB. Windows color (decimal): -10304777 or 16237154. OLE color: 16237154.
HSL color Cylindrical-coordinate representation of color #62C2F7: hue angle of 201.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62C2F7 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 194 | 247 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.03 |
| HSL | 201.34º | 0.9% | 0.68% | - |
| HSV(B) | 201.34º | 0.6% | 0.97% | - |
| XYZ | 41.12 | 47.9 | 95.07 | - |
| YUV | 171.34 | 170.7 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 247 | 0.60 | 0.21 | 0 | 0.03 | 201.34 | 0.9 | 0.68 |
| Hex | 62 | C2 | F7 | 3C | 15 | 0 | 3 | C9 | 5A | 44 |
| Octal | 142 | 302 | 367 | 74 | 25 | 0 | 3 | 311 | 132 | 104 |
| Binary | 1100010 | 11000010 | 11110111 | 111100 | 10101 | 0 | 11 | 11001001 | 1011010 | 1000100 |
Color Harmonies of #62C2F7
Complementary color
Monochromatic Colors of #62C2F7
Black with #62C2F7
Text Example
Text Example
White with #62C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2F7; }
p { color: rgb(98,194,247); }
H1.HeaderClassName
{
color: #62C2F7;
}
.AnyTagClassName
{
color: #62C2F7;
}
</style>
background-color css
<style>
a { background-color: #62C2F7; }
a { background-color: rgb(98,194,247); }
div.DivClassName
{
background-color: #62C2F7;
}
.BgClassName
{
background-color: #62C2F7;
}
</style>
border-color css
<style>
span { border-color: #62C2F7; }
span { border-color: rgb(98,194,247); }
td.TdClassName
{
border-color: #62C2F7;
}
.TagClassName
{
border-color: #62C2F7;
}
</style>