Shades of Maya Blue #62BFFA
Tints of Maya Blue #62BFFA
RGB
CMYK
RGB Variations
Color information
#62BFFA (or 0x62BFFA) is known color: Maya Blue. HEX triplet: 62, BF and FA. RGB value is (98,191,250). Sum of RGB (Red+Green+Blue) = 98+191+250=539 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.18% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #62BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFFA is #9D4005. Grayscale: #A9A9A9. Windows color (decimal): -10305542 or 16432994. OLE color: 16432994.
HSL color Cylindrical-coordinate representation of color #62BFFA: hue angle of 203.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62BFFA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 191 | 250 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.02 |
| HSL | 203.29º | 0.94% | 0.68% | - |
| HSV(B) | 203.29º | 0.61% | 0.98% | - |
| XYZ | 40.92 | 46.76 | 97.31 | - |
| YUV | 169.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 250 | 0.61 | 0.24 | 0 | 0.02 | 203.29 | 0.94 | 0.68 |
| Hex | 62 | BF | FA | 3D | 18 | 0 | 2 | CB | 5E | 44 |
| Octal | 142 | 277 | 372 | 75 | 30 | 0 | 2 | 313 | 136 | 104 |
| Binary | 1100010 | 10111111 | 11111010 | 111101 | 11000 | 0 | 10 | 11001011 | 1011110 | 1000100 |
Color Harmonies of #62BFFA
Complementary color
Monochromatic Colors of #62BFFA
Black with #62BFFA
Text Example
Text Example
White with #62BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFFA; }
p { color: rgb(98,191,250); }
H1.HeaderClassName
{
color: #62BFFA;
}
.AnyTagClassName
{
color: #62BFFA;
}
</style>
background-color css
<style>
a { background-color: #62BFFA; }
a { background-color: rgb(98,191,250); }
div.DivClassName
{
background-color: #62BFFA;
}
.BgClassName
{
background-color: #62BFFA;
}
</style>
border-color css
<style>
span { border-color: #62BFFA; }
span { border-color: rgb(98,191,250); }
td.TdClassName
{
border-color: #62BFFA;
}
.TagClassName
{
border-color: #62BFFA;
}
</style>