Shades of Maya Blue #5ACDFE
Tints of Maya Blue #5ACDFE
RGB
CMYK
RGB Variations
Color information
#5ACDFE (or 0x5ACDFE) is known color: Maya Blue. HEX triplet: 5A, CD and FE. RGB value is (90,205,254). Sum of RGB (Red+Green+Blue) = 90+205+254=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDFE is #A53201. Grayscale: #AFAFAF. Windows color (decimal): -10826242 or 16698714. OLE color: 16698714.
HSL color Cylindrical-coordinate representation of color #5ACDFE: hue angle of 197.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACDFE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 205 | 254 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.00 |
| HSL | 197.93º | 0.99% | 0.67% | - |
| HSV(B) | 197.93º | 0.65% | 1% | - |
| XYZ | 43.94 | 52.99 | 101.68 | - |
| YUV | 176.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 254 | 0.65 | 0.19 | 0 | 0.00 | 197.93 | 0.99 | 0.67 |
| Hex | 5A | CD | FE | 41 | 13 | 0 | 0 | C6 | 63 | 43 |
| Octal | 132 | 315 | 376 | 101 | 23 | 0 | 0 | 306 | 143 | 103 |
| Binary | 1011010 | 11001101 | 11111110 | 1000001 | 10011 | 0 | 0 | 11000110 | 1100011 | 1000011 |
Color Harmonies of #5ACDFE
Complementary color
Monochromatic Colors of #5ACDFE
Black with #5ACDFE
Text Example
Text Example
White with #5ACDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDFE; }
p { color: rgb(90,205,254); }
H1.HeaderClassName
{
color: #5ACDFE;
}
.AnyTagClassName
{
color: #5ACDFE;
}
</style>
background-color css
<style>
a { background-color: #5ACDFE; }
a { background-color: rgb(90,205,254); }
div.DivClassName
{
background-color: #5ACDFE;
}
.BgClassName
{
background-color: #5ACDFE;
}
</style>
border-color css
<style>
span { border-color: #5ACDFE; }
span { border-color: rgb(90,205,254); }
td.TdClassName
{
border-color: #5ACDFE;
}
.TagClassName
{
border-color: #5ACDFE;
}
</style>