Shades of Maya Blue #5BBAFF
Tints of Maya Blue #5BBAFF
RGB
CMYK
RGB Variations
Color information
#5BBAFF (or 0x5BBAFF) is known color: Maya Blue. HEX triplet: 5B, BA and FF. RGB value is (91,186,255). Sum of RGB (Red+Green+Blue) = 91+186+255=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAFF is #A44500. Grayscale: #A5A5A5. Windows color (decimal): -10765569 or 16759387. OLE color: 16759387.
HSL color Cylindrical-coordinate representation of color #5BBAFF: hue angle of 205.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBAFF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 186 | 255 | - |
| CMYK | 0.64 | 0.27 | 0 | 0 |
| HSL | 205.24º | 1% | 0.68% | - |
| HSV(B) | 205.24º | 0.64% | 1% | - |
| XYZ | 39.92 | 44.56 | 101.1 | - |
| YUV | 165.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 255 | 0.64 | 0.27 | 0 | 0 | 205.24 | 1 | 0.68 |
| Hex | 5B | BA | FF | 40 | 1B | 0 | 0 | CD | 64 | 44 |
| Octal | 133 | 272 | 377 | 100 | 33 | 0 | 0 | 315 | 144 | 104 |
| Binary | 1011011 | 10111010 | 11111111 | 1000000 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000100 |
Color Harmonies of #5BBAFF
Complementary color
Monochromatic Colors of #5BBAFF
Black with #5BBAFF
Text Example
Text Example
White with #5BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAFF; }
p { color: rgb(91,186,255); }
H1.HeaderClassName
{
color: #5BBAFF;
}
.AnyTagClassName
{
color: #5BBAFF;
}
</style>
background-color css
<style>
a { background-color: #5BBAFF; }
a { background-color: rgb(91,186,255); }
div.DivClassName
{
background-color: #5BBAFF;
}
.BgClassName
{
background-color: #5BBAFF;
}
</style>
border-color css
<style>
span { border-color: #5BBAFF; }
span { border-color: rgb(91,186,255); }
td.TdClassName
{
border-color: #5BBAFF;
}
.TagClassName
{
border-color: #5BBAFF;
}
</style>