Shades of Maya Blue #5ABEFC
Tints of Maya Blue #5ABEFC
RGB
CMYK
RGB Variations
Color information
#5ABEFC (or 0x5ABEFC) is known color: Maya Blue. HEX triplet: 5A, BE and FC. RGB value is (90,190,252). Sum of RGB (Red+Green+Blue) = 90+190+252=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ABEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABEFC is #A54103. Grayscale: #A6A6A6. Windows color (decimal): -10830084 or 16563802. OLE color: 16563802.
HSL color Cylindrical-coordinate representation of color #5ABEFC: hue angle of 202.96º degrees, saturation: 0.96, 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 #5ABEFC is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 190 | 252 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.01 |
| HSL | 202.96º | 0.96% | 0.67% | - |
| HSV(B) | 202.96º | 0.64% | 0.99% | - |
| XYZ | 40.2 | 46.03 | 98.86 | - |
| YUV | 167.17 | 175.87 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 252 | 0.64 | 0.25 | 0 | 0.01 | 202.96 | 0.96 | 0.67 |
| Hex | 5A | BE | FC | 40 | 19 | 0 | 1 | CB | 60 | 43 |
| Octal | 132 | 276 | 374 | 100 | 31 | 0 | 1 | 313 | 140 | 103 |
| Binary | 1011010 | 10111110 | 11111100 | 1000000 | 11001 | 0 | 1 | 11001011 | 1100000 | 1000011 |
Color Harmonies of #5ABEFC
Complementary color
Monochromatic Colors of #5ABEFC
Black with #5ABEFC
Text Example
Text Example
White with #5ABEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEFC; }
p { color: rgb(90,190,252); }
H1.HeaderClassName
{
color: #5ABEFC;
}
.AnyTagClassName
{
color: #5ABEFC;
}
</style>
background-color css
<style>
a { background-color: #5ABEFC; }
a { background-color: rgb(90,190,252); }
div.DivClassName
{
background-color: #5ABEFC;
}
.BgClassName
{
background-color: #5ABEFC;
}
</style>
border-color css
<style>
span { border-color: #5ABEFC; }
span { border-color: rgb(90,190,252); }
td.TdClassName
{
border-color: #5ABEFC;
}
.TagClassName
{
border-color: #5ABEFC;
}
</style>