Shades of Maya Blue #5AC8FA
Tints of Maya Blue #5AC8FA
RGB
CMYK
RGB Variations
Color information
#5AC8FA (or 0x5AC8FA) is known color: Maya Blue. HEX triplet: 5A, C8 and FA. RGB value is (90,200,250). Sum of RGB (Red+Green+Blue) = 90+200+250=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AC8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC8FA is #A53705. Grayscale: #ACACAC. Windows color (decimal): -10827526 or 16435290. OLE color: 16435290.
HSL color Cylindrical-coordinate representation of color #5AC8FA: hue angle of 198.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AC8FA is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 200 | 250 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.02 |
| HSL | 198.75º | 0.94% | 0.67% | - |
| HSV(B) | 198.75º | 0.64% | 0.98% | - |
| XYZ | 42.13 | 50.38 | 97.95 | - |
| YUV | 172.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 250 | 0.64 | 0.2 | 0 | 0.02 | 198.75 | 0.94 | 0.67 |
| Hex | 5A | C8 | FA | 40 | 14 | 0 | 2 | C7 | 5E | 43 |
| Octal | 132 | 310 | 372 | 100 | 24 | 0 | 2 | 307 | 136 | 103 |
| Binary | 1011010 | 11001000 | 11111010 | 1000000 | 10100 | 0 | 10 | 11000111 | 1011110 | 1000011 |
Color Harmonies of #5AC8FA
Complementary color
Monochromatic Colors of #5AC8FA
Black with #5AC8FA
Text Example
Text Example
White with #5AC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC8FA; }
p { color: rgb(90,200,250); }
H1.HeaderClassName
{
color: #5AC8FA;
}
.AnyTagClassName
{
color: #5AC8FA;
}
</style>
background-color css
<style>
a { background-color: #5AC8FA; }
a { background-color: rgb(90,200,250); }
div.DivClassName
{
background-color: #5AC8FA;
}
.BgClassName
{
background-color: #5AC8FA;
}
</style>
border-color css
<style>
span { border-color: #5AC8FA; }
span { border-color: rgb(90,200,250); }
td.TdClassName
{
border-color: #5AC8FA;
}
.TagClassName
{
border-color: #5AC8FA;
}
</style>