Shades of Maya Blue #62BBFF
Tints of Maya Blue #62BBFF
RGB
CMYK
RGB Variations
Color information
#62BBFF (or 0x62BBFF) is known color: Maya Blue. HEX triplet: 62, BB and FF. RGB value is (98,187,255). Sum of RGB (Red+Green+Blue) = 98+187+255=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #62BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BBFF is #9D4400. Grayscale: #A7A7A7. Windows color (decimal): -10306561 or 16759650. OLE color: 16759650.
HSL color Cylindrical-coordinate representation of color #62BBFF: hue angle of 205.99º 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 #62BBFF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 187 | 255 | - |
| CMYK | 0.62 | 0.27 | 0 | 0 |
| HSL | 205.99º | 1% | 0.69% | - |
| HSV(B) | 205.99º | 0.62% | 1% | - |
| XYZ | 40.86 | 45.36 | 101.21 | - |
| YUV | 168.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 255 | 0.62 | 0.27 | 0 | 0 | 205.99 | 1 | 0.69 |
| Hex | 62 | BB | FF | 3E | 1B | 0 | 0 | CE | 64 | 45 |
| Octal | 142 | 273 | 377 | 76 | 33 | 0 | 0 | 316 | 144 | 105 |
| Binary | 1100010 | 10111011 | 11111111 | 111110 | 11011 | 0 | 0 | 11001110 | 1100100 | 1000101 |
Color Harmonies of #62BBFF
Complementary color
Monochromatic Colors of #62BBFF
Black with #62BBFF
Text Example
Text Example
White with #62BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBFF; }
p { color: rgb(98,187,255); }
H1.HeaderClassName
{
color: #62BBFF;
}
.AnyTagClassName
{
color: #62BBFF;
}
</style>
background-color css
<style>
a { background-color: #62BBFF; }
a { background-color: rgb(98,187,255); }
div.DivClassName
{
background-color: #62BBFF;
}
.BgClassName
{
background-color: #62BBFF;
}
</style>
border-color css
<style>
span { border-color: #62BBFF; }
span { border-color: rgb(98,187,255); }
td.TdClassName
{
border-color: #62BBFF;
}
.TagClassName
{
border-color: #62BBFF;
}
</style>