Shades of Maya Blue #62C6FF
Tints of Maya Blue #62C6FF
RGB
CMYK
RGB Variations
Color information
#62C6FF (or 0x62C6FF) is known color: Maya Blue. HEX triplet: 62, C6 and FF. RGB value is (98,198,255). Sum of RGB (Red+Green+Blue) = 98+198+255=551 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.79% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #62C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C6FF is #9D3900. Grayscale: #AEAEAE. Windows color (decimal): -10303745 or 16762466. OLE color: 16762466.
HSL color Cylindrical-coordinate representation of color #62C6FF: hue angle of 201.78º 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 #62C6FF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 198 | 255 | - |
| CMYK | 0.62 | 0.22 | 0 | 0 |
| HSL | 201.78º | 1% | 0.69% | - |
| HSV(B) | 201.78º | 0.62% | 1% | - |
| XYZ | 43.28 | 50.2 | 102.02 | - |
| YUV | 174.6 | 173.37 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 255 | 0.62 | 0.22 | 0 | 0 | 201.78 | 1 | 0.69 |
| Hex | 62 | C6 | FF | 3E | 16 | 0 | 0 | CA | 64 | 45 |
| Octal | 142 | 306 | 377 | 76 | 26 | 0 | 0 | 312 | 144 | 105 |
| Binary | 1100010 | 11000110 | 11111111 | 111110 | 10110 | 0 | 0 | 11001010 | 1100100 | 1000101 |
Color Harmonies of #62C6FF
Complementary color
Monochromatic Colors of #62C6FF
Black with #62C6FF
Text Example
Text Example
White with #62C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C6FF; }
p { color: rgb(98,198,255); }
H1.HeaderClassName
{
color: #62C6FF;
}
.AnyTagClassName
{
color: #62C6FF;
}
</style>
background-color css
<style>
a { background-color: #62C6FF; }
a { background-color: rgb(98,198,255); }
div.DivClassName
{
background-color: #62C6FF;
}
.BgClassName
{
background-color: #62C6FF;
}
</style>
border-color css
<style>
span { border-color: #62C6FF; }
span { border-color: rgb(98,198,255); }
td.TdClassName
{
border-color: #62C6FF;
}
.TagClassName
{
border-color: #62C6FF;
}
</style>