Shades of Maya Blue #5AC7FF
Tints of Maya Blue #5AC7FF
RGB
CMYK
RGB Variations
Color information
#5AC7FF (or 0x5AC7FF) is known color: Maya Blue. HEX triplet: 5A, C7 and FF. RGB value is (90,199,255). Sum of RGB (Red+Green+Blue) = 90+199+255=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AC7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC7FF is #A53800. Grayscale: #ACACAC. Windows color (decimal): -10827777 or 16762714. OLE color: 16762714.
HSL color Cylindrical-coordinate representation of color #5AC7FF: hue angle of 200.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 #5AC7FF is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 199 | 255 | - |
| CMYK | 0.65 | 0.22 | 0 | 0 |
| HSL | 200.36º | 1% | 0.68% | - |
| HSV(B) | 200.36º | 0.65% | 1% | - |
| XYZ | 42.69 | 50.24 | 102.06 | - |
| YUV | 172.79 | 174.39 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 255 | 0.65 | 0.22 | 0 | 0 | 200.36 | 1 | 0.68 |
| Hex | 5A | C7 | FF | 41 | 16 | 0 | 0 | C8 | 64 | 44 |
| Octal | 132 | 307 | 377 | 101 | 26 | 0 | 0 | 310 | 144 | 104 |
| Binary | 1011010 | 11000111 | 11111111 | 1000001 | 10110 | 0 | 0 | 11001000 | 1100100 | 1000100 |
Color Harmonies of #5AC7FF
Complementary color
Monochromatic Colors of #5AC7FF
Black with #5AC7FF
Text Example
Text Example
White with #5AC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC7FF; }
p { color: rgb(90,199,255); }
H1.HeaderClassName
{
color: #5AC7FF;
}
.AnyTagClassName
{
color: #5AC7FF;
}
</style>
background-color css
<style>
a { background-color: #5AC7FF; }
a { background-color: rgb(90,199,255); }
div.DivClassName
{
background-color: #5AC7FF;
}
.BgClassName
{
background-color: #5AC7FF;
}
</style>
border-color css
<style>
span { border-color: #5AC7FF; }
span { border-color: rgb(90,199,255); }
td.TdClassName
{
border-color: #5AC7FF;
}
.TagClassName
{
border-color: #5AC7FF;
}
</style>