Shades of Maya Blue #62CDF6
Tints of Maya Blue #62CDF6
RGB
CMYK
RGB Variations
Color information
#62CDF6 (or 0x62CDF6) is known color: Maya Blue. HEX triplet: 62, CD and F6. RGB value is (98,205,246). Sum of RGB (Red+Green+Blue) = 98+205+246=549 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.85% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #62CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CDF6 is #9D3209. Grayscale: #B1B1B1. Windows color (decimal): -10301962 or 16174434. OLE color: 16174434.
HSL color Cylindrical-coordinate representation of color #62CDF6: hue angle of 196.62º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62CDF6 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 205 | 246 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.04 |
| HSL | 196.62º | 0.89% | 0.67% | - |
| HSV(B) | 196.62º | 0.6% | 0.96% | - |
| XYZ | 43.5 | 52.91 | 95.11 | - |
| YUV | 177.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 246 | 0.60 | 0.17 | 0 | 0.04 | 196.62 | 0.89 | 0.67 |
| Hex | 62 | CD | F6 | 3C | 11 | 0 | 4 | C5 | 59 | 43 |
| Octal | 142 | 315 | 366 | 74 | 21 | 0 | 4 | 305 | 131 | 103 |
| Binary | 1100010 | 11001101 | 11110110 | 111100 | 10001 | 0 | 100 | 11000101 | 1011001 | 1000011 |
Color Harmonies of #62CDF6
Complementary color
Monochromatic Colors of #62CDF6
Black with #62CDF6
Text Example
Text Example
White with #62CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDF6; }
p { color: rgb(98,205,246); }
H1.HeaderClassName
{
color: #62CDF6;
}
.AnyTagClassName
{
color: #62CDF6;
}
</style>
background-color css
<style>
a { background-color: #62CDF6; }
a { background-color: rgb(98,205,246); }
div.DivClassName
{
background-color: #62CDF6;
}
.BgClassName
{
background-color: #62CDF6;
}
</style>
border-color css
<style>
span { border-color: #62CDF6; }
span { border-color: rgb(98,205,246); }
td.TdClassName
{
border-color: #62CDF6;
}
.TagClassName
{
border-color: #62CDF6;
}
</style>