Shades of Maya Blue #5ACCFE
Tints of Maya Blue #5ACCFE
RGB
CMYK
RGB Variations
Color information
#5ACCFE (or 0x5ACCFE) is known color: Maya Blue. HEX triplet: 5A, CC and FE. RGB value is (90,204,254). Sum of RGB (Red+Green+Blue) = 90+204+254=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCFE is #A53301. Grayscale: #AFAFAF. Windows color (decimal): -10826498 or 16698458. OLE color: 16698458.
HSL color Cylindrical-coordinate representation of color #5ACCFE: hue angle of 198.29º 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 #5ACCFE is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 204 | 254 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.00 |
| HSL | 198.29º | 0.99% | 0.67% | - |
| HSV(B) | 198.29º | 0.65% | 1% | - |
| XYZ | 43.7 | 52.52 | 101.6 | - |
| YUV | 175.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 254 | 0.65 | 0.20 | 0 | 0.00 | 198.29 | 0.99 | 0.67 |
| Hex | 5A | CC | FE | 41 | 14 | 0 | 0 | C6 | 63 | 43 |
| Octal | 132 | 314 | 376 | 101 | 24 | 0 | 0 | 306 | 143 | 103 |
| Binary | 1011010 | 11001100 | 11111110 | 1000001 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000011 |
Color Harmonies of #5ACCFE
Complementary color
Monochromatic Colors of #5ACCFE
Black with #5ACCFE
Text Example
Text Example
White with #5ACCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCFE; }
p { color: rgb(90,204,254); }
H1.HeaderClassName
{
color: #5ACCFE;
}
.AnyTagClassName
{
color: #5ACCFE;
}
</style>
background-color css
<style>
a { background-color: #5ACCFE; }
a { background-color: rgb(90,204,254); }
div.DivClassName
{
background-color: #5ACCFE;
}
.BgClassName
{
background-color: #5ACCFE;
}
</style>
border-color css
<style>
span { border-color: #5ACCFE; }
span { border-color: rgb(90,204,254); }
td.TdClassName
{
border-color: #5ACCFE;
}
.TagClassName
{
border-color: #5ACCFE;
}
</style>