Shades of Maya Blue #62AFFF
Tints of Maya Blue #62AFFF
RGB
CMYK
RGB Variations
Color information
#62AFFF (or 0x62AFFF) is known color: Maya Blue. HEX triplet: 62, AF and FF. RGB value is (98,175,255). Sum of RGB (Red+Green+Blue) = 98+175+255=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #62AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62AFFF is #9D5000. Grayscale: #A0A0A0. Windows color (decimal): -10309633 or 16756578. OLE color: 16756578.
HSL color Cylindrical-coordinate representation of color #62AFFF: hue angle of 210.57º 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 #62AFFF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 175 | 255 | - |
| CMYK | 0.62 | 0.31 | 0 | 0 |
| HSL | 210.57º | 1% | 0.69% | - |
| HSV(B) | 210.57º | 0.62% | 1% | - |
| XYZ | 38.42 | 40.48 | 100.4 | - |
| YUV | 161.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 255 | 0.62 | 0.31 | 0 | 0 | 210.57 | 1 | 0.69 |
| Hex | 62 | AF | FF | 3E | 1F | 0 | 0 | D3 | 64 | 45 |
| Octal | 142 | 257 | 377 | 76 | 37 | 0 | 0 | 323 | 144 | 105 |
| Binary | 1100010 | 10101111 | 11111111 | 111110 | 11111 | 0 | 0 | 11010011 | 1100100 | 1000101 |
Color Harmonies of #62AFFF
Complementary color
Monochromatic Colors of #62AFFF
Black with #62AFFF
Text Example
Text Example
White with #62AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFFF; }
p { color: rgb(98,175,255); }
H1.HeaderClassName
{
color: #62AFFF;
}
.AnyTagClassName
{
color: #62AFFF;
}
</style>
background-color css
<style>
a { background-color: #62AFFF; }
a { background-color: rgb(98,175,255); }
div.DivClassName
{
background-color: #62AFFF;
}
.BgClassName
{
background-color: #62AFFF;
}
</style>
border-color css
<style>
span { border-color: #62AFFF; }
span { border-color: rgb(98,175,255); }
td.TdClassName
{
border-color: #62AFFF;
}
.TagClassName
{
border-color: #62AFFF;
}
</style>