Shades of Maya Blue #5EBEFE
Tints of Maya Blue #5EBEFE
RGB
CMYK
RGB Variations
Color information
#5EBEFE (or 0x5EBEFE) is known color: Maya Blue. HEX triplet: 5E, BE and FE. RGB value is (94,190,254). Sum of RGB (Red+Green+Blue) = 94+190+254=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EBEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEFE is #A14101. Grayscale: #A8A8A8. Windows color (decimal): -10567938 or 16694878. OLE color: 16694878.
HSL color Cylindrical-coordinate representation of color #5EBEFE: hue angle of 204º 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 #5EBEFE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 190 | 254 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.00 |
| HSL | 204º | 0.99% | 0.68% | - |
| HSV(B) | 204º | 0.63% | 1% | - |
| XYZ | 40.92 | 46.36 | 100.56 | - |
| YUV | 168.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 254 | 0.63 | 0.25 | 0 | 0.00 | 204 | 0.99 | 0.68 |
| Hex | 5E | BE | FE | 3F | 19 | 0 | 0 | CC | 63 | 44 |
| Octal | 136 | 276 | 376 | 77 | 31 | 0 | 0 | 314 | 143 | 104 |
| Binary | 1011110 | 10111110 | 11111110 | 111111 | 11001 | 0 | 0 | 11001100 | 1100011 | 1000100 |
Color Harmonies of #5EBEFE
Complementary color
Monochromatic Colors of #5EBEFE
Black with #5EBEFE
Text Example
Text Example
White with #5EBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBEFE; }
p { color: rgb(94,190,254); }
H1.HeaderClassName
{
color: #5EBEFE;
}
.AnyTagClassName
{
color: #5EBEFE;
}
</style>
background-color css
<style>
a { background-color: #5EBEFE; }
a { background-color: rgb(94,190,254); }
div.DivClassName
{
background-color: #5EBEFE;
}
.BgClassName
{
background-color: #5EBEFE;
}
</style>
border-color css
<style>
span { border-color: #5EBEFE; }
span { border-color: rgb(94,190,254); }
td.TdClassName
{
border-color: #5EBEFE;
}
.TagClassName
{
border-color: #5EBEFE;
}
</style>