Shades of Maya Blue #62BFFF
Tints of Maya Blue #62BFFF
RGB
CMYK
RGB Variations
Color information
#62BFFF (or 0x62BFFF) is known color: Maya Blue. HEX triplet: 62, BF and FF. RGB value is (98,191,255). Sum of RGB (Red+Green+Blue) = 98+191+255=544 (72% of max value = 765). Red value is 98 (38.67% from 255 or 18.01% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #62BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFFF is #9D4000. Grayscale: #AAAAAA. Windows color (decimal): -10305537 or 16760674. OLE color: 16760674.
HSL color Cylindrical-coordinate representation of color #62BFFF: hue angle of 204.46º 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 #62BFFF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 191 | 255 | - |
| CMYK | 0.62 | 0.25 | 0 | 0 |
| HSL | 204.46º | 1% | 0.69% | - |
| HSV(B) | 204.46º | 0.62% | 1% | - |
| XYZ | 41.72 | 47.08 | 101.5 | - |
| YUV | 170.49 | 175.69 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 255 | 0.62 | 0.25 | 0 | 0 | 204.46 | 1 | 0.69 |
| Hex | 62 | BF | FF | 3E | 19 | 0 | 0 | CC | 64 | 45 |
| Octal | 142 | 277 | 377 | 76 | 31 | 0 | 0 | 314 | 144 | 105 |
| Binary | 1100010 | 10111111 | 11111111 | 111110 | 11001 | 0 | 0 | 11001100 | 1100100 | 1000101 |
Color Harmonies of #62BFFF
Complementary color
Monochromatic Colors of #62BFFF
Black with #62BFFF
Text Example
Text Example
White with #62BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFFF; }
p { color: rgb(98,191,255); }
H1.HeaderClassName
{
color: #62BFFF;
}
.AnyTagClassName
{
color: #62BFFF;
}
</style>
background-color css
<style>
a { background-color: #62BFFF; }
a { background-color: rgb(98,191,255); }
div.DivClassName
{
background-color: #62BFFF;
}
.BgClassName
{
background-color: #62BFFF;
}
</style>
border-color css
<style>
span { border-color: #62BFFF; }
span { border-color: rgb(98,191,255); }
td.TdClassName
{
border-color: #62BFFF;
}
.TagClassName
{
border-color: #62BFFF;
}
</style>