Shades of Maya Blue #62BFF5
Tints of Maya Blue #62BFF5
RGB
CMYK
RGB Variations
Color information
#62BFF5 (or 0x62BFF5) is known color: Maya Blue. HEX triplet: 62, BF and F5. RGB value is (98,191,245). Sum of RGB (Red+Green+Blue) = 98+191+245=534 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.35% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #62BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFF5 is #9D400A. Grayscale: #A9A9A9. Windows color (decimal): -10305547 or 16105314. OLE color: 16105314.
HSL color Cylindrical-coordinate representation of color #62BFF5: hue angle of 202.04º degrees, saturation: 0.88, 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 #62BFF5 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 191 | 245 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.04 |
| HSL | 202.04º | 0.88% | 0.67% | - |
| HSV(B) | 202.04º | 0.6% | 0.96% | - |
| XYZ | 40.15 | 46.45 | 93.24 | - |
| YUV | 169.35 | 170.69 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 245 | 0.6 | 0.22 | 0 | 0.04 | 202.04 | 0.88 | 0.67 |
| Hex | 62 | BF | F5 | 3C | 16 | 0 | 4 | CA | 58 | 43 |
| Octal | 142 | 277 | 365 | 74 | 26 | 0 | 4 | 312 | 130 | 103 |
| Binary | 1100010 | 10111111 | 11110101 | 111100 | 10110 | 0 | 100 | 11001010 | 1011000 | 1000011 |
Color Harmonies of #62BFF5
Complementary color
Monochromatic Colors of #62BFF5
Black with #62BFF5
Text Example
Text Example
White with #62BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFF5; }
p { color: rgb(98,191,245); }
H1.HeaderClassName
{
color: #62BFF5;
}
.AnyTagClassName
{
color: #62BFF5;
}
</style>
background-color css
<style>
a { background-color: #62BFF5; }
a { background-color: rgb(98,191,245); }
div.DivClassName
{
background-color: #62BFF5;
}
.BgClassName
{
background-color: #62BFF5;
}
</style>
border-color css
<style>
span { border-color: #62BFF5; }
span { border-color: rgb(98,191,245); }
td.TdClassName
{
border-color: #62BFF5;
}
.TagClassName
{
border-color: #62BFF5;
}
</style>