Shades of Maya Blue #5ABBFC
Tints of Maya Blue #5ABBFC
RGB
CMYK
RGB Variations
Color information
#5ABBFC (or 0x5ABBFC) is known color: Maya Blue. HEX triplet: 5A, BB and FC. RGB value is (90,187,252). Sum of RGB (Red+Green+Blue) = 90+187+252=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ABBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBFC is #A54403. Grayscale: #A5A5A5. Windows color (decimal): -10830852 or 16563034. OLE color: 16563034.
HSL color Cylindrical-coordinate representation of color #5ABBFC: hue angle of 204.07º 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 #5ABBFC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 187 | 252 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.01 |
| HSL | 204.07º | 0.96% | 0.67% | - |
| HSV(B) | 204.07º | 0.64% | 0.99% | - |
| XYZ | 39.56 | 44.74 | 98.65 | - |
| YUV | 165.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 252 | 0.64 | 0.26 | 0 | 0.01 | 204.07 | 0.96 | 0.67 |
| Hex | 5A | BB | FC | 40 | 1A | 0 | 1 | CC | 60 | 43 |
| Octal | 132 | 273 | 374 | 100 | 32 | 0 | 1 | 314 | 140 | 103 |
| Binary | 1011010 | 10111011 | 11111100 | 1000000 | 11010 | 0 | 1 | 11001100 | 1100000 | 1000011 |
Color Harmonies of #5ABBFC
Complementary color
Monochromatic Colors of #5ABBFC
Black with #5ABBFC
Text Example
Text Example
White with #5ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBFC; }
p { color: rgb(90,187,252); }
H1.HeaderClassName
{
color: #5ABBFC;
}
.AnyTagClassName
{
color: #5ABBFC;
}
</style>
background-color css
<style>
a { background-color: #5ABBFC; }
a { background-color: rgb(90,187,252); }
div.DivClassName
{
background-color: #5ABBFC;
}
.BgClassName
{
background-color: #5ABBFC;
}
</style>
border-color css
<style>
span { border-color: #5ABBFC; }
span { border-color: rgb(90,187,252); }
td.TdClassName
{
border-color: #5ABBFC;
}
.TagClassName
{
border-color: #5ABBFC;
}
</style>