Shades of Maya Blue #5BAEFC
Tints of Maya Blue #5BAEFC
RGB
CMYK
RGB Variations
Color information
#5BAEFC (or 0x5BAEFC) is known color: Maya Blue. HEX triplet: 5B, AE and FC. RGB value is (91,174,252). Sum of RGB (Red+Green+Blue) = 91+174+252=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEFC is #A45103. Grayscale: #9D9D9D. Windows color (decimal): -10768644 or 16559707. OLE color: 16559707.
HSL color Cylindrical-coordinate representation of color #5BAEFC: hue angle of 209.07º 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 #5BAEFC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 174 | 252 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 209.07º | 0.96% | 0.67% | - |
| HSV(B) | 209.07º | 0.64% | 0.99% | - |
| XYZ | 37.02 | 39.52 | 97.77 | - |
| YUV | 158.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 252 | 0.64 | 0.31 | 0 | 0.01 | 209.07 | 0.96 | 0.67 |
| Hex | 5B | AE | FC | 40 | 1F | 0 | 1 | D1 | 60 | 43 |
| Octal | 133 | 256 | 374 | 100 | 37 | 0 | 1 | 321 | 140 | 103 |
| Binary | 1011011 | 10101110 | 11111100 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100000 | 1000011 |
Color Harmonies of #5BAEFC
Complementary color
Monochromatic Colors of #5BAEFC
Black with #5BAEFC
Text Example
Text Example
White with #5BAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEFC; }
p { color: rgb(91,174,252); }
H1.HeaderClassName
{
color: #5BAEFC;
}
.AnyTagClassName
{
color: #5BAEFC;
}
</style>
background-color css
<style>
a { background-color: #5BAEFC; }
a { background-color: rgb(91,174,252); }
div.DivClassName
{
background-color: #5BAEFC;
}
.BgClassName
{
background-color: #5BAEFC;
}
</style>
border-color css
<style>
span { border-color: #5BAEFC; }
span { border-color: rgb(91,174,252); }
td.TdClassName
{
border-color: #5BAEFC;
}
.TagClassName
{
border-color: #5BAEFC;
}
</style>