Shades of Maya Blue #5DAEFD
Tints of Maya Blue #5DAEFD
RGB
CMYK
RGB Variations
Color information
#5DAEFD (or 0x5DAEFD) is known color: Maya Blue. HEX triplet: 5D, AE and FD. RGB value is (93,174,253). Sum of RGB (Red+Green+Blue) = 93+174+253=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEFD is #A25102. Grayscale: #9E9E9E. Windows color (decimal): -10637571 or 16625245. OLE color: 16625245.
HSL color Cylindrical-coordinate representation of color #5DAEFD: hue angle of 209.62º 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 #5DAEFD is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 174 | 253 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.01 |
| HSL | 209.63º | 0.98% | 0.68% | - |
| HSV(B) | 209.63º | 0.63% | 0.99% | - |
| XYZ | 37.38 | 39.69 | 98.62 | - |
| YUV | 158.79 | 181.16 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 253 | 0.63 | 0.31 | 0 | 0.01 | 209.63 | 0.98 | 0.68 |
| Hex | 5D | AE | FD | 3F | 1F | 0 | 1 | D2 | 62 | 44 |
| Octal | 135 | 256 | 375 | 77 | 37 | 0 | 1 | 322 | 142 | 104 |
| Binary | 1011101 | 10101110 | 11111101 | 111111 | 11111 | 0 | 1 | 11010010 | 1100010 | 1000100 |
Color Harmonies of #5DAEFD
Complementary color
Monochromatic Colors of #5DAEFD
Black with #5DAEFD
Text Example
Text Example
White with #5DAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEFD; }
p { color: rgb(93,174,253); }
H1.HeaderClassName
{
color: #5DAEFD;
}
.AnyTagClassName
{
color: #5DAEFD;
}
</style>
background-color css
<style>
a { background-color: #5DAEFD; }
a { background-color: rgb(93,174,253); }
div.DivClassName
{
background-color: #5DAEFD;
}
.BgClassName
{
background-color: #5DAEFD;
}
</style>
border-color css
<style>
span { border-color: #5DAEFD; }
span { border-color: rgb(93,174,253); }
td.TdClassName
{
border-color: #5DAEFD;
}
.TagClassName
{
border-color: #5DAEFD;
}
</style>