Shades of Maya Blue #5EBBFE
Tints of Maya Blue #5EBBFE
RGB
CMYK
RGB Variations
Color information
#5EBBFE (or 0x5EBBFE) is known color: Maya Blue. HEX triplet: 5E, BB and FE. RGB value is (94,187,254). Sum of RGB (Red+Green+Blue) = 94+187+254=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBFE is #A14401. Grayscale: #A6A6A6. Windows color (decimal): -10568706 or 16694110. OLE color: 16694110.
HSL color Cylindrical-coordinate representation of color #5EBBFE: hue angle of 205.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBBFE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 187 | 254 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.00 |
| HSL | 205.13º | 0.99% | 0.68% | - |
| HSV(B) | 205.13º | 0.63% | 1% | - |
| XYZ | 40.28 | 45.08 | 100.34 | - |
| YUV | 166.83 | 177.19 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 254 | 0.63 | 0.26 | 0 | 0.00 | 205.13 | 0.99 | 0.68 |
| Hex | 5E | BB | FE | 3F | 1A | 0 | 0 | CD | 63 | 44 |
| Octal | 136 | 273 | 376 | 77 | 32 | 0 | 0 | 315 | 143 | 104 |
| Binary | 1011110 | 10111011 | 11111110 | 111111 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000100 |
Color Harmonies of #5EBBFE
Complementary color
Monochromatic Colors of #5EBBFE
Black with #5EBBFE
Text Example
Text Example
White with #5EBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBFE; }
p { color: rgb(94,187,254); }
H1.HeaderClassName
{
color: #5EBBFE;
}
.AnyTagClassName
{
color: #5EBBFE;
}
</style>
background-color css
<style>
a { background-color: #5EBBFE; }
a { background-color: rgb(94,187,254); }
div.DivClassName
{
background-color: #5EBBFE;
}
.BgClassName
{
background-color: #5EBBFE;
}
</style>
border-color css
<style>
span { border-color: #5EBBFE; }
span { border-color: rgb(94,187,254); }
td.TdClassName
{
border-color: #5EBBFE;
}
.TagClassName
{
border-color: #5EBBFE;
}
</style>