Shades of Maya Blue #5ACEFF
Tints of Maya Blue #5ACEFF
RGB
CMYK
RGB Variations
Color information
#5ACEFF (or 0x5ACEFF) is known color: Maya Blue. HEX triplet: 5A, CE and FF. RGB value is (90,206,255). Sum of RGB (Red+Green+Blue) = 90+206+255=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ACEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFF is #A53100. Grayscale: #B0B0B0. Windows color (decimal): -10825985 or 16764506. OLE color: 16764506.
HSL color Cylindrical-coordinate representation of color #5ACEFF: hue angle of 197.82º 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 #5ACEFF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 206 | 255 | - |
| CMYK | 0.65 | 0.19 | 0 | 0 |
| HSL | 197.82º | 1% | 0.68% | - |
| HSV(B) | 197.82º | 0.65% | 1% | - |
| XYZ | 44.34 | 53.54 | 102.6 | - |
| YUV | 176.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 255 | 0.65 | 0.19 | 0 | 0 | 197.82 | 1 | 0.68 |
| Hex | 5A | CE | FF | 41 | 13 | 0 | 0 | C6 | 64 | 44 |
| Octal | 132 | 316 | 377 | 101 | 23 | 0 | 0 | 306 | 144 | 104 |
| Binary | 1011010 | 11001110 | 11111111 | 1000001 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000100 |
Color Harmonies of #5ACEFF
Complementary color
Monochromatic Colors of #5ACEFF
Black with #5ACEFF
Text Example
Text Example
White with #5ACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEFF; }
p { color: rgb(90,206,255); }
H1.HeaderClassName
{
color: #5ACEFF;
}
.AnyTagClassName
{
color: #5ACEFF;
}
</style>
background-color css
<style>
a { background-color: #5ACEFF; }
a { background-color: rgb(90,206,255); }
div.DivClassName
{
background-color: #5ACEFF;
}
.BgClassName
{
background-color: #5ACEFF;
}
</style>
border-color css
<style>
span { border-color: #5ACEFF; }
span { border-color: rgb(90,206,255); }
td.TdClassName
{
border-color: #5ACEFF;
}
.TagClassName
{
border-color: #5ACEFF;
}
</style>