Shades of Maya Blue #5BCBFA
Tints of Maya Blue #5BCBFA
RGB
CMYK
RGB Variations
Color information
#5BCBFA (or 0x5BCBFA) is known color: Maya Blue. HEX triplet: 5B, CB and FA. RGB value is (91,203,250). Sum of RGB (Red+Green+Blue) = 91+203+250=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BCBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBFA is #A43405. Grayscale: #AEAEAE. Windows color (decimal): -10761222 or 16436059. OLE color: 16436059.
HSL color Cylindrical-coordinate representation of color #5BCBFA: hue angle of 197.74º 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 #5BCBFA is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 203 | 250 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.02 |
| HSL | 197.74º | 0.94% | 0.67% | - |
| HSV(B) | 197.74º | 0.64% | 0.98% | - |
| XYZ | 42.93 | 51.84 | 98.19 | - |
| YUV | 174.87 | 170.39 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 250 | 0.64 | 0.19 | 0 | 0.02 | 197.74 | 0.94 | 0.67 |
| Hex | 5B | CB | FA | 40 | 13 | 0 | 2 | C6 | 5E | 43 |
| Octal | 133 | 313 | 372 | 100 | 23 | 0 | 2 | 306 | 136 | 103 |
| Binary | 1011011 | 11001011 | 11111010 | 1000000 | 10011 | 0 | 10 | 11000110 | 1011110 | 1000011 |
Color Harmonies of #5BCBFA
Complementary color
Monochromatic Colors of #5BCBFA
Black with #5BCBFA
Text Example
Text Example
White with #5BCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBFA; }
p { color: rgb(91,203,250); }
H1.HeaderClassName
{
color: #5BCBFA;
}
.AnyTagClassName
{
color: #5BCBFA;
}
</style>
background-color css
<style>
a { background-color: #5BCBFA; }
a { background-color: rgb(91,203,250); }
div.DivClassName
{
background-color: #5BCBFA;
}
.BgClassName
{
background-color: #5BCBFA;
}
</style>
border-color css
<style>
span { border-color: #5BCBFA; }
span { border-color: rgb(91,203,250); }
td.TdClassName
{
border-color: #5BCBFA;
}
.TagClassName
{
border-color: #5BCBFA;
}
</style>