Shades of Maya Blue #5DCAFD
Tints of Maya Blue #5DCAFD
RGB
CMYK
RGB Variations
Color information
#5DCAFD (or 0x5DCAFD) is known color: Maya Blue. HEX triplet: 5D, CA and FD. RGB value is (93,202,253). Sum of RGB (Red+Green+Blue) = 93+202+253=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAFD is #A23502. Grayscale: #AEAEAE. Windows color (decimal): -10630403 or 16632413. OLE color: 16632413.
HSL color Cylindrical-coordinate representation of color #5DCAFD: hue angle of 199.12º 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 #5DCAFD is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 202 | 253 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.01 |
| HSL | 199.13º | 0.98% | 0.68% | - |
| HSV(B) | 199.13º | 0.63% | 0.99% | - |
| XYZ | 43.36 | 51.66 | 100.61 | - |
| YUV | 175.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 253 | 0.63 | 0.20 | 0 | 0.01 | 199.13 | 0.98 | 0.68 |
| Hex | 5D | CA | FD | 3F | 14 | 0 | 1 | C7 | 62 | 44 |
| Octal | 135 | 312 | 375 | 77 | 24 | 0 | 1 | 307 | 142 | 104 |
| Binary | 1011101 | 11001010 | 11111101 | 111111 | 10100 | 0 | 1 | 11000111 | 1100010 | 1000100 |
Color Harmonies of #5DCAFD
Complementary color
Monochromatic Colors of #5DCAFD
Black with #5DCAFD
Text Example
Text Example
White with #5DCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAFD; }
p { color: rgb(93,202,253); }
H1.HeaderClassName
{
color: #5DCAFD;
}
.AnyTagClassName
{
color: #5DCAFD;
}
</style>
background-color css
<style>
a { background-color: #5DCAFD; }
a { background-color: rgb(93,202,253); }
div.DivClassName
{
background-color: #5DCAFD;
}
.BgClassName
{
background-color: #5DCAFD;
}
</style>
border-color css
<style>
span { border-color: #5DCAFD; }
span { border-color: rgb(93,202,253); }
td.TdClassName
{
border-color: #5DCAFD;
}
.TagClassName
{
border-color: #5DCAFD;
}
</style>