Shades of Maya Blue #5ACDFD
Tints of Maya Blue #5ACDFD
RGB
CMYK
RGB Variations
Color information
#5ACDFD (or 0x5ACDFD) is known color: Maya Blue. HEX triplet: 5A, CD and FD. RGB value is (90,205,253). Sum of RGB (Red+Green+Blue) = 90+205+253=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 205 (80.47% from 255 or 37.41% 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 #5ACDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDFD is #A53202. Grayscale: #AFAFAF. Windows color (decimal): -10826243 or 16633178. OLE color: 16633178.
HSL color Cylindrical-coordinate representation of color #5ACDFD: hue angle of 197.67º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACDFD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 205 | 253 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.01 |
| HSL | 197.67º | 0.98% | 0.67% | - |
| HSV(B) | 197.67º | 0.64% | 0.99% | - |
| XYZ | 43.78 | 52.93 | 100.84 | - |
| YUV | 176.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 253 | 0.64 | 0.19 | 0 | 0.01 | 197.67 | 0.98 | 0.67 |
| Hex | 5A | CD | FD | 40 | 13 | 0 | 1 | C6 | 62 | 43 |
| Octal | 132 | 315 | 375 | 100 | 23 | 0 | 1 | 306 | 142 | 103 |
| Binary | 1011010 | 11001101 | 11111101 | 1000000 | 10011 | 0 | 1 | 11000110 | 1100010 | 1000011 |
Color Harmonies of #5ACDFD
Complementary color
Monochromatic Colors of #5ACDFD
Black with #5ACDFD
Text Example
Text Example
White with #5ACDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDFD; }
p { color: rgb(90,205,253); }
H1.HeaderClassName
{
color: #5ACDFD;
}
.AnyTagClassName
{
color: #5ACDFD;
}
</style>
background-color css
<style>
a { background-color: #5ACDFD; }
a { background-color: rgb(90,205,253); }
div.DivClassName
{
background-color: #5ACDFD;
}
.BgClassName
{
background-color: #5ACDFD;
}
</style>
border-color css
<style>
span { border-color: #5ACDFD; }
span { border-color: rgb(90,205,253); }
td.TdClassName
{
border-color: #5ACDFD;
}
.TagClassName
{
border-color: #5ACDFD;
}
</style>