Shades of Maya Blue #5ACEFD
Tints of Maya Blue #5ACEFD
RGB
CMYK
RGB Variations
Color information
#5ACEFD (or 0x5ACEFD) is known color: Maya Blue. HEX triplet: 5A, CE and FD. RGB value is (90,206,253). Sum of RGB (Red+Green+Blue) = 90+206+253=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ACEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFD is #A53102. Grayscale: #B0B0B0. Windows color (decimal): -10825987 or 16633434. OLE color: 16633434.
HSL color Cylindrical-coordinate representation of color #5ACEFD: hue angle of 197.3º 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 #5ACEFD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 206 | 253 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.01 |
| HSL | 197.3º | 0.98% | 0.67% | - |
| HSV(B) | 197.3º | 0.64% | 0.99% | - |
| XYZ | 44.02 | 53.41 | 100.92 | - |
| YUV | 176.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 253 | 0.64 | 0.19 | 0 | 0.01 | 197.3 | 0.98 | 0.67 |
| Hex | 5A | CE | FD | 40 | 13 | 0 | 1 | C5 | 62 | 43 |
| Octal | 132 | 316 | 375 | 100 | 23 | 0 | 1 | 305 | 142 | 103 |
| Binary | 1011010 | 11001110 | 11111101 | 1000000 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000011 |
Color Harmonies of #5ACEFD
Complementary color
Monochromatic Colors of #5ACEFD
Black with #5ACEFD
Text Example
Text Example
White with #5ACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEFD; }
p { color: rgb(90,206,253); }
H1.HeaderClassName
{
color: #5ACEFD;
}
.AnyTagClassName
{
color: #5ACEFD;
}
</style>
background-color css
<style>
a { background-color: #5ACEFD; }
a { background-color: rgb(90,206,253); }
div.DivClassName
{
background-color: #5ACEFD;
}
.BgClassName
{
background-color: #5ACEFD;
}
</style>
border-color css
<style>
span { border-color: #5ACEFD; }
span { border-color: rgb(90,206,253); }
td.TdClassName
{
border-color: #5ACEFD;
}
.TagClassName
{
border-color: #5ACEFD;
}
</style>