Shades of Maya Blue #5ABBFE
Tints of Maya Blue #5ABBFE
RGB
CMYK
RGB Variations
Color information
#5ABBFE (or 0x5ABBFE) is known color: Maya Blue. HEX triplet: 5A, BB and FE. RGB value is (90,187,254). Sum of RGB (Red+Green+Blue) = 90+187+254=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ABBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBFE is #A54401. Grayscale: #A5A5A5. Windows color (decimal): -10830850 or 16694106. OLE color: 16694106.
HSL color Cylindrical-coordinate representation of color #5ABBFE: hue angle of 204.51º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ABBFE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 187 | 254 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.00 |
| HSL | 204.51º | 0.99% | 0.67% | - |
| HSV(B) | 204.51º | 0.65% | 1% | - |
| XYZ | 39.88 | 44.87 | 100.33 | - |
| YUV | 165.64 | 177.86 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 254 | 0.65 | 0.26 | 0 | 0.00 | 204.51 | 0.99 | 0.67 |
| Hex | 5A | BB | FE | 41 | 1A | 0 | 0 | CD | 63 | 43 |
| Octal | 132 | 273 | 376 | 101 | 32 | 0 | 0 | 315 | 143 | 103 |
| Binary | 1011010 | 10111011 | 11111110 | 1000001 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000011 |
Color Harmonies of #5ABBFE
Complementary color
Monochromatic Colors of #5ABBFE
Black with #5ABBFE
Text Example
Text Example
White with #5ABBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBFE; }
p { color: rgb(90,187,254); }
H1.HeaderClassName
{
color: #5ABBFE;
}
.AnyTagClassName
{
color: #5ABBFE;
}
</style>
background-color css
<style>
a { background-color: #5ABBFE; }
a { background-color: rgb(90,187,254); }
div.DivClassName
{
background-color: #5ABBFE;
}
.BgClassName
{
background-color: #5ABBFE;
}
</style>
border-color css
<style>
span { border-color: #5ABBFE; }
span { border-color: rgb(90,187,254); }
td.TdClassName
{
border-color: #5ABBFE;
}
.TagClassName
{
border-color: #5ABBFE;
}
</style>