Shades of Maya Blue #5BBCFA
Tints of Maya Blue #5BBCFA
RGB
CMYK
RGB Variations
Color information
#5BBCFA (or 0x5BBCFA) is known color: Maya Blue. HEX triplet: 5B, BC and FA. RGB value is (91,188,250). Sum of RGB (Red+Green+Blue) = 91+188+250=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BBCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCFA is #A44305. Grayscale: #A5A5A5. Windows color (decimal): -10765062 or 16432219. OLE color: 16432219.
HSL color Cylindrical-coordinate representation of color #5BBCFA: hue angle of 203.4º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBCFA is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 188 | 250 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.02 |
| HSL | 203.4º | 0.94% | 0.67% | - |
| HSV(B) | 203.4º | 0.64% | 0.98% | - |
| XYZ | 39.55 | 45.09 | 97.06 | - |
| YUV | 166.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 250 | 0.64 | 0.25 | 0 | 0.02 | 203.4 | 0.94 | 0.67 |
| Hex | 5B | BC | FA | 40 | 19 | 0 | 2 | CB | 5E | 43 |
| Octal | 133 | 274 | 372 | 100 | 31 | 0 | 2 | 313 | 136 | 103 |
| Binary | 1011011 | 10111100 | 11111010 | 1000000 | 11001 | 0 | 10 | 11001011 | 1011110 | 1000011 |
Color Harmonies of #5BBCFA
Complementary color
Monochromatic Colors of #5BBCFA
Black with #5BBCFA
Text Example
Text Example
White with #5BBCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCFA; }
p { color: rgb(91,188,250); }
H1.HeaderClassName
{
color: #5BBCFA;
}
.AnyTagClassName
{
color: #5BBCFA;
}
</style>
background-color css
<style>
a { background-color: #5BBCFA; }
a { background-color: rgb(91,188,250); }
div.DivClassName
{
background-color: #5BBCFA;
}
.BgClassName
{
background-color: #5BBCFA;
}
</style>
border-color css
<style>
span { border-color: #5BBCFA; }
span { border-color: rgb(91,188,250); }
td.TdClassName
{
border-color: #5BBCFA;
}
.TagClassName
{
border-color: #5BBCFA;
}
</style>