Shades of Maya Blue #5ABFFE
Tints of Maya Blue #5ABFFE
RGB
CMYK
RGB Variations
Color information
#5ABFFE (or 0x5ABFFE) is known color: Maya Blue. HEX triplet: 5A, BF and FE. RGB value is (90,191,254). Sum of RGB (Red+Green+Blue) = 90+191+254=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ABFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFFE is #A54001. Grayscale: #A7A7A7. Windows color (decimal): -10829826 or 16695130. OLE color: 16695130.
HSL color Cylindrical-coordinate representation of color #5ABFFE: hue angle of 203.05º 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 #5ABFFE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 191 | 254 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.00 |
| HSL | 203.05º | 0.99% | 0.67% | - |
| HSV(B) | 203.05º | 0.65% | 1% | - |
| XYZ | 40.74 | 46.59 | 100.61 | - |
| YUV | 167.98 | 176.54 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 254 | 0.65 | 0.25 | 0 | 0.00 | 203.05 | 0.99 | 0.67 |
| Hex | 5A | BF | FE | 41 | 19 | 0 | 0 | CB | 63 | 43 |
| Octal | 132 | 277 | 376 | 101 | 31 | 0 | 0 | 313 | 143 | 103 |
| Binary | 1011010 | 10111111 | 11111110 | 1000001 | 11001 | 0 | 0 | 11001011 | 1100011 | 1000011 |
Color Harmonies of #5ABFFE
Complementary color
Monochromatic Colors of #5ABFFE
Black with #5ABFFE
Text Example
Text Example
White with #5ABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFFE; }
p { color: rgb(90,191,254); }
H1.HeaderClassName
{
color: #5ABFFE;
}
.AnyTagClassName
{
color: #5ABFFE;
}
</style>
background-color css
<style>
a { background-color: #5ABFFE; }
a { background-color: rgb(90,191,254); }
div.DivClassName
{
background-color: #5ABFFE;
}
.BgClassName
{
background-color: #5ABFFE;
}
</style>
border-color css
<style>
span { border-color: #5ABFFE; }
span { border-color: rgb(90,191,254); }
td.TdClassName
{
border-color: #5ABFFE;
}
.TagClassName
{
border-color: #5ABFFE;
}
</style>