Shades of Maya Blue #5BBEFD
Tints of Maya Blue #5BBEFD
RGB
CMYK
RGB Variations
Color information
#5BBEFD (or 0x5BBEFD) is known color: Maya Blue. HEX triplet: 5B, BE and FD. RGB value is (91,190,253). Sum of RGB (Red+Green+Blue) = 91+190+253=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBEFD is #A44102. Grayscale: #A7A7A7. Windows color (decimal): -10764547 or 16629339. OLE color: 16629339.
HSL color Cylindrical-coordinate representation of color #5BBEFD: hue angle of 203.33º 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 #5BBEFD is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 190 | 253 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.01 |
| HSL | 203.33º | 0.98% | 0.67% | - |
| HSV(B) | 203.33º | 0.64% | 0.99% | - |
| XYZ | 40.46 | 46.14 | 99.7 | - |
| YUV | 167.58 | 176.2 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 253 | 0.64 | 0.25 | 0 | 0.01 | 203.33 | 0.98 | 0.67 |
| Hex | 5B | BE | FD | 40 | 19 | 0 | 1 | CB | 62 | 43 |
| Octal | 133 | 276 | 375 | 100 | 31 | 0 | 1 | 313 | 142 | 103 |
| Binary | 1011011 | 10111110 | 11111101 | 1000000 | 11001 | 0 | 1 | 11001011 | 1100010 | 1000011 |
Color Harmonies of #5BBEFD
Complementary color
Monochromatic Colors of #5BBEFD
Black with #5BBEFD
Text Example
Text Example
White with #5BBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBEFD; }
p { color: rgb(91,190,253); }
H1.HeaderClassName
{
color: #5BBEFD;
}
.AnyTagClassName
{
color: #5BBEFD;
}
</style>
background-color css
<style>
a { background-color: #5BBEFD; }
a { background-color: rgb(91,190,253); }
div.DivClassName
{
background-color: #5BBEFD;
}
.BgClassName
{
background-color: #5BBEFD;
}
</style>
border-color css
<style>
span { border-color: #5BBEFD; }
span { border-color: rgb(91,190,253); }
td.TdClassName
{
border-color: #5BBEFD;
}
.TagClassName
{
border-color: #5BBEFD;
}
</style>