Shades of Maya Blue #5BBCFE
Tints of Maya Blue #5BBCFE
RGB
CMYK
RGB Variations
Color information
#5BBCFE (or 0x5BBCFE) is known color: Maya Blue. HEX triplet: 5B, BC and FE. RGB value is (91,188,254). Sum of RGB (Red+Green+Blue) = 91+188+254=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCFE is #A44301. Grayscale: #A6A6A6. Windows color (decimal): -10765058 or 16694363. OLE color: 16694363.
HSL color Cylindrical-coordinate representation of color #5BBCFE: hue angle of 204.29º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBCFE is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 188 | 254 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.00 |
| HSL | 204.29º | 0.99% | 0.68% | - |
| HSV(B) | 204.29º | 0.64% | 1% | - |
| XYZ | 40.19 | 45.35 | 100.4 | - |
| YUV | 166.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 254 | 0.64 | 0.26 | 0 | 0.00 | 204.29 | 0.99 | 0.68 |
| Hex | 5B | BC | FE | 40 | 1A | 0 | 0 | CC | 63 | 44 |
| Octal | 133 | 274 | 376 | 100 | 32 | 0 | 0 | 314 | 143 | 104 |
| Binary | 1011011 | 10111100 | 11111110 | 1000000 | 11010 | 0 | 0 | 11001100 | 1100011 | 1000100 |
Color Harmonies of #5BBCFE
Complementary color
Monochromatic Colors of #5BBCFE
Black with #5BBCFE
Text Example
Text Example
White with #5BBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCFE; }
p { color: rgb(91,188,254); }
H1.HeaderClassName
{
color: #5BBCFE;
}
.AnyTagClassName
{
color: #5BBCFE;
}
</style>
background-color css
<style>
a { background-color: #5BBCFE; }
a { background-color: rgb(91,188,254); }
div.DivClassName
{
background-color: #5BBCFE;
}
.BgClassName
{
background-color: #5BBCFE;
}
</style>
border-color css
<style>
span { border-color: #5BBCFE; }
span { border-color: rgb(91,188,254); }
td.TdClassName
{
border-color: #5BBCFE;
}
.TagClassName
{
border-color: #5BBCFE;
}
</style>