Shades of Maya Blue #5BC6FE
Tints of Maya Blue #5BC6FE
RGB
CMYK
RGB Variations
Color information
#5BC6FE (or 0x5BC6FE) is known color: Maya Blue. HEX triplet: 5B, C6 and FE. RGB value is (91,198,254). Sum of RGB (Red+Green+Blue) = 91+198+254=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BC6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC6FE is #A43901. Grayscale: #ACACAC. Windows color (decimal): -10762498 or 16696923. OLE color: 16696923.
HSL color Cylindrical-coordinate representation of color #5BC6FE: hue angle of 200.61º 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 #5BC6FE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 198 | 254 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.00 |
| HSL | 200.61º | 0.99% | 0.68% | - |
| HSV(B) | 200.61º | 0.64% | 1% | - |
| XYZ | 42.4 | 49.77 | 101.14 | - |
| YUV | 172.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 254 | 0.64 | 0.22 | 0 | 0.00 | 200.61 | 0.99 | 0.68 |
| Hex | 5B | C6 | FE | 40 | 16 | 0 | 0 | C9 | 63 | 44 |
| Octal | 133 | 306 | 376 | 100 | 26 | 0 | 0 | 311 | 143 | 104 |
| Binary | 1011011 | 11000110 | 11111110 | 1000000 | 10110 | 0 | 0 | 11001001 | 1100011 | 1000100 |
Color Harmonies of #5BC6FE
Complementary color
Monochromatic Colors of #5BC6FE
Black with #5BC6FE
Text Example
Text Example
White with #5BC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC6FE; }
p { color: rgb(91,198,254); }
H1.HeaderClassName
{
color: #5BC6FE;
}
.AnyTagClassName
{
color: #5BC6FE;
}
</style>
background-color css
<style>
a { background-color: #5BC6FE; }
a { background-color: rgb(91,198,254); }
div.DivClassName
{
background-color: #5BC6FE;
}
.BgClassName
{
background-color: #5BC6FE;
}
</style>
border-color css
<style>
span { border-color: #5BC6FE; }
span { border-color: rgb(91,198,254); }
td.TdClassName
{
border-color: #5BC6FE;
}
.TagClassName
{
border-color: #5BC6FE;
}
</style>