Shades of Maya Blue #5BAEFF
Tints of Maya Blue #5BAEFF
RGB
CMYK
RGB Variations
Color information
#5BAEFF (or 0x5BAEFF) is known color: Maya Blue. HEX triplet: 5B, AE and FF. RGB value is (91,174,255). Sum of RGB (Red+Green+Blue) = 91+174+255=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEFF is #A45100. Grayscale: #9E9E9E. Windows color (decimal): -10768641 or 16756315. OLE color: 16756315.
HSL color Cylindrical-coordinate representation of color #5BAEFF: hue angle of 209.63º 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 #5BAEFF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 174 | 255 | - |
| CMYK | 0.64 | 0.32 | 0 | 0 |
| HSL | 209.63º | 1% | 0.68% | - |
| HSV(B) | 209.63º | 0.64% | 1% | - |
| XYZ | 37.5 | 39.72 | 100.3 | - |
| YUV | 158.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 255 | 0.64 | 0.32 | 0 | 0 | 209.63 | 1 | 0.68 |
| Hex | 5B | AE | FF | 40 | 20 | 0 | 0 | D2 | 64 | 44 |
| Octal | 133 | 256 | 377 | 100 | 40 | 0 | 0 | 322 | 144 | 104 |
| Binary | 1011011 | 10101110 | 11111111 | 1000000 | 100000 | 0 | 0 | 11010010 | 1100100 | 1000100 |
Color Harmonies of #5BAEFF
Complementary color
Monochromatic Colors of #5BAEFF
Black with #5BAEFF
Text Example
Text Example
White with #5BAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEFF; }
p { color: rgb(91,174,255); }
H1.HeaderClassName
{
color: #5BAEFF;
}
.AnyTagClassName
{
color: #5BAEFF;
}
</style>
background-color css
<style>
a { background-color: #5BAEFF; }
a { background-color: rgb(91,174,255); }
div.DivClassName
{
background-color: #5BAEFF;
}
.BgClassName
{
background-color: #5BAEFF;
}
</style>
border-color css
<style>
span { border-color: #5BAEFF; }
span { border-color: rgb(91,174,255); }
td.TdClassName
{
border-color: #5BAEFF;
}
.TagClassName
{
border-color: #5BAEFF;
}
</style>