Shades of Maya Blue #5BBAFC
Tints of Maya Blue #5BBAFC
RGB
CMYK
RGB Variations
Color information
#5BBAFC (or 0x5BBAFC) is known color: Maya Blue. HEX triplet: 5B, BA and FC. RGB value is (91,186,252). Sum of RGB (Red+Green+Blue) = 91+186+252=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAFC is #A44503. Grayscale: #A4A4A4. Windows color (decimal): -10765572 or 16562779. OLE color: 16562779.
HSL color Cylindrical-coordinate representation of color #5BBAFC: hue angle of 204.6º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBAFC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 186 | 252 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.01 |
| HSL | 204.6º | 0.96% | 0.67% | - |
| HSV(B) | 204.6º | 0.64% | 0.99% | - |
| XYZ | 39.44 | 44.37 | 98.58 | - |
| YUV | 165.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 252 | 0.64 | 0.26 | 0 | 0.01 | 204.6 | 0.96 | 0.67 |
| Hex | 5B | BA | FC | 40 | 1A | 0 | 1 | CD | 60 | 43 |
| Octal | 133 | 272 | 374 | 100 | 32 | 0 | 1 | 315 | 140 | 103 |
| Binary | 1011011 | 10111010 | 11111100 | 1000000 | 11010 | 0 | 1 | 11001101 | 1100000 | 1000011 |
Color Harmonies of #5BBAFC
Complementary color
Monochromatic Colors of #5BBAFC
Black with #5BBAFC
Text Example
Text Example
White with #5BBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAFC; }
p { color: rgb(91,186,252); }
H1.HeaderClassName
{
color: #5BBAFC;
}
.AnyTagClassName
{
color: #5BBAFC;
}
</style>
background-color css
<style>
a { background-color: #5BBAFC; }
a { background-color: rgb(91,186,252); }
div.DivClassName
{
background-color: #5BBAFC;
}
.BgClassName
{
background-color: #5BBAFC;
}
</style>
border-color css
<style>
span { border-color: #5BBAFC; }
span { border-color: rgb(91,186,252); }
td.TdClassName
{
border-color: #5BBAFC;
}
.TagClassName
{
border-color: #5BBAFC;
}
</style>