Shades of Maya Blue #5BAEFD
Tints of Maya Blue #5BAEFD
RGB
CMYK
RGB Variations
Color information
#5BAEFD (or 0x5BAEFD) is known color: Maya Blue. HEX triplet: 5B, AE and FD. RGB value is (91,174,253). Sum of RGB (Red+Green+Blue) = 91+174+253=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEFD is #A45102. Grayscale: #9D9D9D. Windows color (decimal): -10768643 or 16625243. OLE color: 16625243.
HSL color Cylindrical-coordinate representation of color #5BAEFD: hue angle of 209.26º degrees, saturation: 0.98, 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 #5BAEFD is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 174 | 253 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 209.26º | 0.98% | 0.67% | - |
| HSV(B) | 209.26º | 0.64% | 0.99% | - |
| XYZ | 37.18 | 39.59 | 98.61 | - |
| YUV | 158.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 253 | 0.64 | 0.31 | 0 | 0.01 | 209.26 | 0.98 | 0.67 |
| Hex | 5B | AE | FD | 40 | 1F | 0 | 1 | D1 | 62 | 43 |
| Octal | 133 | 256 | 375 | 100 | 37 | 0 | 1 | 321 | 142 | 103 |
| Binary | 1011011 | 10101110 | 11111101 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100010 | 1000011 |
Color Harmonies of #5BAEFD
Complementary color
Monochromatic Colors of #5BAEFD
Black with #5BAEFD
Text Example
Text Example
White with #5BAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEFD; }
p { color: rgb(91,174,253); }
H1.HeaderClassName
{
color: #5BAEFD;
}
.AnyTagClassName
{
color: #5BAEFD;
}
</style>
background-color css
<style>
a { background-color: #5BAEFD; }
a { background-color: rgb(91,174,253); }
div.DivClassName
{
background-color: #5BAEFD;
}
.BgClassName
{
background-color: #5BAEFD;
}
</style>
border-color css
<style>
span { border-color: #5BAEFD; }
span { border-color: rgb(91,174,253); }
td.TdClassName
{
border-color: #5BAEFD;
}
.TagClassName
{
border-color: #5BAEFD;
}
</style>