Shades of Maya Blue #5ED3FD
Tints of Maya Blue #5ED3FD
RGB
CMYK
RGB Variations
Color information
#5ED3FD (or 0x5ED3FD) is known color: Maya Blue. HEX triplet: 5E, D3 and FD. RGB value is (94,211,253). Sum of RGB (Red+Green+Blue) = 94+211+253=558 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.85% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ED3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED3FD is #A12C02. Grayscale: #B4B4B4. Windows color (decimal): -10562563 or 16634718. OLE color: 16634718.
HSL color Cylindrical-coordinate representation of color #5ED3FD: hue angle of 195.85º 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 #5ED3FD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 211 | 253 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.01 |
| HSL | 195.85º | 0.98% | 0.68% | - |
| HSV(B) | 195.85º | 0.63% | 0.99% | - |
| XYZ | 45.64 | 56.06 | 101.34 | - |
| YUV | 180.81 | 168.74 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 253 | 0.63 | 0.17 | 0 | 0.01 | 195.85 | 0.98 | 0.68 |
| Hex | 5E | D3 | FD | 3F | 11 | 0 | 1 | C4 | 62 | 44 |
| Octal | 136 | 323 | 375 | 77 | 21 | 0 | 1 | 304 | 142 | 104 |
| Binary | 1011110 | 11010011 | 11111101 | 111111 | 10001 | 0 | 1 | 11000100 | 1100010 | 1000100 |
Color Harmonies of #5ED3FD
Complementary color
Monochromatic Colors of #5ED3FD
Black with #5ED3FD
Text Example
Text Example
White with #5ED3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED3FD; }
p { color: rgb(94,211,253); }
H1.HeaderClassName
{
color: #5ED3FD;
}
.AnyTagClassName
{
color: #5ED3FD;
}
</style>
background-color css
<style>
a { background-color: #5ED3FD; }
a { background-color: rgb(94,211,253); }
div.DivClassName
{
background-color: #5ED3FD;
}
.BgClassName
{
background-color: #5ED3FD;
}
</style>
border-color css
<style>
span { border-color: #5ED3FD; }
span { border-color: rgb(94,211,253); }
td.TdClassName
{
border-color: #5ED3FD;
}
.TagClassName
{
border-color: #5ED3FD;
}
</style>