Shades of Maya Blue #5AC2FD
Tints of Maya Blue #5AC2FD
RGB
CMYK
RGB Variations
Color information
#5AC2FD (or 0x5AC2FD) is known color: Maya Blue. HEX triplet: 5A, C2 and FD. RGB value is (90,194,253). Sum of RGB (Red+Green+Blue) = 90+194+253=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC2FD is #A53D02. Grayscale: #A9A9A9. Windows color (decimal): -10829059 or 16630362. OLE color: 16630362.
HSL color Cylindrical-coordinate representation of color #5AC2FD: hue angle of 201.72º 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 #5AC2FD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 194 | 253 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.01 |
| HSL | 201.72º | 0.98% | 0.67% | - |
| HSV(B) | 201.72º | 0.64% | 0.99% | - |
| XYZ | 41.24 | 47.85 | 99.99 | - |
| YUV | 169.63 | 175.04 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 253 | 0.64 | 0.23 | 0 | 0.01 | 201.72 | 0.98 | 0.67 |
| Hex | 5A | C2 | FD | 40 | 17 | 0 | 1 | CA | 62 | 43 |
| Octal | 132 | 302 | 375 | 100 | 27 | 0 | 1 | 312 | 142 | 103 |
| Binary | 1011010 | 11000010 | 11111101 | 1000000 | 10111 | 0 | 1 | 11001010 | 1100010 | 1000011 |
Color Harmonies of #5AC2FD
Complementary color
Monochromatic Colors of #5AC2FD
Black with #5AC2FD
Text Example
Text Example
White with #5AC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC2FD; }
p { color: rgb(90,194,253); }
H1.HeaderClassName
{
color: #5AC2FD;
}
.AnyTagClassName
{
color: #5AC2FD;
}
</style>
background-color css
<style>
a { background-color: #5AC2FD; }
a { background-color: rgb(90,194,253); }
div.DivClassName
{
background-color: #5AC2FD;
}
.BgClassName
{
background-color: #5AC2FD;
}
</style>
border-color css
<style>
span { border-color: #5AC2FD; }
span { border-color: rgb(90,194,253); }
td.TdClassName
{
border-color: #5AC2FD;
}
.TagClassName
{
border-color: #5AC2FD;
}
</style>