Shades of Maya Blue #62D0FF
Tints of Maya Blue #62D0FF
RGB
CMYK
RGB Variations
Color information
#62D0FF (or 0x62D0FF) is known color: Maya Blue. HEX triplet: 62, D0 and FF. RGB value is (98,208,255). Sum of RGB (Red+Green+Blue) = 98+208+255=561 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.47% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #62D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D0FF is #9D2F00. Grayscale: #B4B4B4. Windows color (decimal): -10301185 or 16765026. OLE color: 16765026.
HSL color Cylindrical-coordinate representation of color #62D0FF: hue angle of 197.96º 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 #62D0FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 208 | 255 | - |
| CMYK | 0.62 | 0.18 | 0 | 0 |
| HSL | 197.96º | 1% | 0.69% | - |
| HSV(B) | 197.96º | 0.62% | 1% | - |
| XYZ | 45.64 | 54.93 | 102.8 | - |
| YUV | 180.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 255 | 0.62 | 0.18 | 0 | 0 | 197.96 | 1 | 0.69 |
| Hex | 62 | D0 | FF | 3E | 12 | 0 | 0 | C6 | 64 | 45 |
| Octal | 142 | 320 | 377 | 76 | 22 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1100010 | 11010000 | 11111111 | 111110 | 10010 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #62D0FF
Complementary color
Monochromatic Colors of #62D0FF
Black with #62D0FF
Text Example
Text Example
White with #62D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0FF; }
p { color: rgb(98,208,255); }
H1.HeaderClassName
{
color: #62D0FF;
}
.AnyTagClassName
{
color: #62D0FF;
}
</style>
background-color css
<style>
a { background-color: #62D0FF; }
a { background-color: rgb(98,208,255); }
div.DivClassName
{
background-color: #62D0FF;
}
.BgClassName
{
background-color: #62D0FF;
}
</style>
border-color css
<style>
span { border-color: #62D0FF; }
span { border-color: rgb(98,208,255); }
td.TdClassName
{
border-color: #62D0FF;
}
.TagClassName
{
border-color: #62D0FF;
}
</style>