Shades of Maya Blue #5ABCFD
Tints of Maya Blue #5ABCFD
RGB
CMYK
RGB Variations
Color information
#5ABCFD (or 0x5ABCFD) is known color: Maya Blue. HEX triplet: 5A, BC and FD. RGB value is (90,188,253). Sum of RGB (Red+Green+Blue) = 90+188+253=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ABCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCFD is #A54302. Grayscale: #A5A5A5. Windows color (decimal): -10830595 or 16628826. OLE color: 16628826.
HSL color Cylindrical-coordinate representation of color #5ABCFD: hue angle of 203.93º 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 #5ABCFD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 188 | 253 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.01 |
| HSL | 203.93º | 0.98% | 0.67% | - |
| HSV(B) | 203.93º | 0.64% | 0.99% | - |
| XYZ | 39.93 | 45.23 | 99.55 | - |
| YUV | 166.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 253 | 0.64 | 0.26 | 0 | 0.01 | 203.93 | 0.98 | 0.67 |
| Hex | 5A | BC | FD | 40 | 1A | 0 | 1 | CC | 62 | 43 |
| Octal | 132 | 274 | 375 | 100 | 32 | 0 | 1 | 314 | 142 | 103 |
| Binary | 1011010 | 10111100 | 11111101 | 1000000 | 11010 | 0 | 1 | 11001100 | 1100010 | 1000011 |
Color Harmonies of #5ABCFD
Complementary color
Monochromatic Colors of #5ABCFD
Black with #5ABCFD
Text Example
Text Example
White with #5ABCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCFD; }
p { color: rgb(90,188,253); }
H1.HeaderClassName
{
color: #5ABCFD;
}
.AnyTagClassName
{
color: #5ABCFD;
}
</style>
background-color css
<style>
a { background-color: #5ABCFD; }
a { background-color: rgb(90,188,253); }
div.DivClassName
{
background-color: #5ABCFD;
}
.BgClassName
{
background-color: #5ABCFD;
}
</style>
border-color css
<style>
span { border-color: #5ABCFD; }
span { border-color: rgb(90,188,253); }
td.TdClassName
{
border-color: #5ABCFD;
}
.TagClassName
{
border-color: #5ABCFD;
}
</style>