Shades of Maya Blue #5EBEFD
Tints of Maya Blue #5EBEFD
RGB
CMYK
RGB Variations
Color information
#5EBEFD (or 0x5EBEFD) is known color: Maya Blue. HEX triplet: 5E, BE and FD. RGB value is (94,190,253). Sum of RGB (Red+Green+Blue) = 94+190+253=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEFD is #A14102. Grayscale: #A8A8A8. Windows color (decimal): -10567939 or 16629342. OLE color: 16629342.
HSL color Cylindrical-coordinate representation of color #5EBEFD: hue angle of 203.77º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBEFD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 94 | 190 | 253 | - |
CMYK | 0.63 | 0.25 | 0 | 0.01 |
HSL | 203.77º | 0.98% | 0.68% | - |
HSV(B) | 203.77º | 0.63% | 0.99% | - |
XYZ | 40.76 | 46.3 | 99.72 | - |
YUV | 168.48 | 175.7 | 74.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 190 | 253 | 0.63 | 0.25 | 0 | 0.01 | 203.77 | 0.98 | 0.68 |
Hex | 5E | BE | FD | 3F | 19 | 0 | 1 | CC | 62 | 44 |
Octal | 136 | 276 | 375 | 77 | 31 | 0 | 1 | 314 | 142 | 104 |
Binary | 1011110 | 10111110 | 11111101 | 111111 | 11001 | 0 | 1 | 11001100 | 1100010 | 1000100 |
Color Harmonies of #5EBEFD
Complementary color
Monochromatic Colors of #5EBEFD
Black with #5EBEFD
Text Example
Text Example
White with #5EBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBEFD; }
p { color: rgb(94,190,253); }
H1.HeaderClassName
{
color: #5EBEFD;
}
.AnyTagClassName
{
color: #5EBEFD;
}
</style>
background-color css
<style>
a { background-color: #5EBEFD; }
a { background-color: rgb(94,190,253); }
div.DivClassName
{
background-color: #5EBEFD;
}
.BgClassName
{
background-color: #5EBEFD;
}
</style>
border-color css
<style>
span { border-color: #5EBEFD; }
span { border-color: rgb(94,190,253); }
td.TdClassName
{
border-color: #5EBEFD;
}
.TagClassName
{
border-color: #5EBEFD;
}
</style>