Shades of Maya Blue #5BCEFA
Tints of Maya Blue #5BCEFA
RGB
CMYK
RGB Variations
Color information
#5BCEFA (or 0x5BCEFA) is known color: Maya Blue. HEX triplet: 5B, CE and FA. RGB value is (91,206,250). Sum of RGB (Red+Green+Blue) = 91+206+250=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEFA is #A43105. Grayscale: #B0B0B0. Windows color (decimal): -10760454 or 16436827. OLE color: 16436827.
HSL color Cylindrical-coordinate representation of color #5BCEFA: hue angle of 196.6º 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 #5BCEFA is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 206 | 250 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.02 |
| HSL | 196.6º | 0.94% | 0.67% | - |
| HSV(B) | 196.6º | 0.64% | 0.98% | - |
| XYZ | 43.64 | 53.27 | 98.42 | - |
| YUV | 176.63 | 169.4 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 250 | 0.64 | 0.18 | 0 | 0.02 | 196.6 | 0.94 | 0.67 |
| Hex | 5B | CE | FA | 40 | 12 | 0 | 2 | C5 | 5E | 43 |
| Octal | 133 | 316 | 372 | 100 | 22 | 0 | 2 | 305 | 136 | 103 |
| Binary | 1011011 | 11001110 | 11111010 | 1000000 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000011 |
Color Harmonies of #5BCEFA
Complementary color
Monochromatic Colors of #5BCEFA
Black with #5BCEFA
Text Example
Text Example
White with #5BCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEFA; }
p { color: rgb(91,206,250); }
H1.HeaderClassName
{
color: #5BCEFA;
}
.AnyTagClassName
{
color: #5BCEFA;
}
</style>
background-color css
<style>
a { background-color: #5BCEFA; }
a { background-color: rgb(91,206,250); }
div.DivClassName
{
background-color: #5BCEFA;
}
.BgClassName
{
background-color: #5BCEFA;
}
</style>
border-color css
<style>
span { border-color: #5BCEFA; }
span { border-color: rgb(91,206,250); }
td.TdClassName
{
border-color: #5BCEFA;
}
.TagClassName
{
border-color: #5BCEFA;
}
</style>