Shades of Maya Blue #5EBDFD
Tints of Maya Blue #5EBDFD
RGB
CMYK
RGB Variations
Color information
#5EBDFD (or 0x5EBDFD) is known color: Maya Blue. HEX triplet: 5E, BD and FD. RGB value is (94,189,253). Sum of RGB (Red+Green+Blue) = 94+189+253=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBDFD is #A14202. Grayscale: #A7A7A7. Windows color (decimal): -10568195 or 16629086. OLE color: 16629086.
HSL color Cylindrical-coordinate representation of color #5EBDFD: hue angle of 204.15º 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 #5EBDFD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 189 | 253 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.01 |
| HSL | 204.15º | 0.98% | 0.68% | - |
| HSV(B) | 204.15º | 0.63% | 0.99% | - |
| XYZ | 40.54 | 45.87 | 99.64 | - |
| YUV | 167.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 253 | 0.63 | 0.25 | 0 | 0.01 | 204.15 | 0.98 | 0.68 |
| Hex | 5E | BD | FD | 3F | 19 | 0 | 1 | CC | 62 | 44 |
| Octal | 136 | 275 | 375 | 77 | 31 | 0 | 1 | 314 | 142 | 104 |
| Binary | 1011110 | 10111101 | 11111101 | 111111 | 11001 | 0 | 1 | 11001100 | 1100010 | 1000100 |
Color Harmonies of #5EBDFD
Complementary color
Monochromatic Colors of #5EBDFD
Black with #5EBDFD
Text Example
Text Example
White with #5EBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDFD; }
p { color: rgb(94,189,253); }
H1.HeaderClassName
{
color: #5EBDFD;
}
.AnyTagClassName
{
color: #5EBDFD;
}
</style>
background-color css
<style>
a { background-color: #5EBDFD; }
a { background-color: rgb(94,189,253); }
div.DivClassName
{
background-color: #5EBDFD;
}
.BgClassName
{
background-color: #5EBDFD;
}
</style>
border-color css
<style>
span { border-color: #5EBDFD; }
span { border-color: rgb(94,189,253); }
td.TdClassName
{
border-color: #5EBDFD;
}
.TagClassName
{
border-color: #5EBDFD;
}
</style>