Shades of Maya Blue #62B0FF
Tints of Maya Blue #62B0FF
RGB
CMYK
RGB Variations
Color information
#62B0FF (or 0x62B0FF) is known color: Maya Blue. HEX triplet: 62, B0 and FF. RGB value is (98,176,255). Sum of RGB (Red+Green+Blue) = 98+176+255=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #62B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62B0FF is #9D4F00. Grayscale: #A1A1A1. Windows color (decimal): -10309377 or 16756834. OLE color: 16756834.
HSL color Cylindrical-coordinate representation of color #62B0FF: hue angle of 210.19º 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 #62B0FF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 176 | 255 | - |
| CMYK | 0.62 | 0.31 | 0 | 0 |
| HSL | 210.19º | 1% | 0.69% | - |
| HSV(B) | 210.19º | 0.62% | 1% | - |
| XYZ | 38.61 | 40.87 | 100.46 | - |
| YUV | 161.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 255 | 0.62 | 0.31 | 0 | 0 | 210.19 | 1 | 0.69 |
| Hex | 62 | B0 | FF | 3E | 1F | 0 | 0 | D2 | 64 | 45 |
| Octal | 142 | 260 | 377 | 76 | 37 | 0 | 0 | 322 | 144 | 105 |
| Binary | 1100010 | 10110000 | 11111111 | 111110 | 11111 | 0 | 0 | 11010010 | 1100100 | 1000101 |
Color Harmonies of #62B0FF
Complementary color
Monochromatic Colors of #62B0FF
Black with #62B0FF
Text Example
Text Example
White with #62B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B0FF; }
p { color: rgb(98,176,255); }
H1.HeaderClassName
{
color: #62B0FF;
}
.AnyTagClassName
{
color: #62B0FF;
}
</style>
background-color css
<style>
a { background-color: #62B0FF; }
a { background-color: rgb(98,176,255); }
div.DivClassName
{
background-color: #62B0FF;
}
.BgClassName
{
background-color: #62B0FF;
}
</style>
border-color css
<style>
span { border-color: #62B0FF; }
span { border-color: rgb(98,176,255); }
td.TdClassName
{
border-color: #62B0FF;
}
.TagClassName
{
border-color: #62B0FF;
}
</style>