Shades of Maya Blue #5ABCFF
Tints of Maya Blue #5ABCFF
RGB
CMYK
RGB Variations
Color information
#5ABCFF (or 0x5ABCFF) is known color: Maya Blue. HEX triplet: 5A, BC and FF. RGB value is (90,188,255). Sum of RGB (Red+Green+Blue) = 90+188+255=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ABCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCFF is #A54300. Grayscale: #A5A5A5. Windows color (decimal): -10830593 or 16759898. OLE color: 16759898.
HSL color Cylindrical-coordinate representation of color #5ABCFF: hue angle of 204.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ABCFF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 188 | 255 | - |
| CMYK | 0.65 | 0.26 | 0 | 0 |
| HSL | 204.36º | 1% | 0.68% | - |
| HSV(B) | 204.36º | 0.65% | 1% | - |
| XYZ | 40.25 | 45.36 | 101.24 | - |
| YUV | 166.34 | 178.03 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 255 | 0.65 | 0.26 | 0 | 0 | 204.36 | 1 | 0.68 |
| Hex | 5A | BC | FF | 41 | 1A | 0 | 0 | CC | 64 | 44 |
| Octal | 132 | 274 | 377 | 101 | 32 | 0 | 0 | 314 | 144 | 104 |
| Binary | 1011010 | 10111100 | 11111111 | 1000001 | 11010 | 0 | 0 | 11001100 | 1100100 | 1000100 |
Color Harmonies of #5ABCFF
Complementary color
Monochromatic Colors of #5ABCFF
Black with #5ABCFF
Text Example
Text Example
White with #5ABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCFF; }
p { color: rgb(90,188,255); }
H1.HeaderClassName
{
color: #5ABCFF;
}
.AnyTagClassName
{
color: #5ABCFF;
}
</style>
background-color css
<style>
a { background-color: #5ABCFF; }
a { background-color: rgb(90,188,255); }
div.DivClassName
{
background-color: #5ABCFF;
}
.BgClassName
{
background-color: #5ABCFF;
}
</style>
border-color css
<style>
span { border-color: #5ABCFF; }
span { border-color: rgb(90,188,255); }
td.TdClassName
{
border-color: #5ABCFF;
}
.TagClassName
{
border-color: #5ABCFF;
}
</style>