Shades of Maya Blue #5ACFFE
Tints of Maya Blue #5ACFFE
RGB
CMYK
RGB Variations
Color information
#5ACFFE (or 0x5ACFFE) is known color: Maya Blue. HEX triplet: 5A, CF and FE. RGB value is (90,207,254). Sum of RGB (Red+Green+Blue) = 90+207+254=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFFE is #A53001. Grayscale: #B1B1B1. Windows color (decimal): -10825730 or 16699226. OLE color: 16699226.
HSL color Cylindrical-coordinate representation of color #5ACFFE: hue angle of 197.2º 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 #5ACFFE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 207 | 254 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.00 |
| HSL | 197.2º | 0.99% | 0.67% | - |
| HSV(B) | 197.2º | 0.65% | 1% | - |
| XYZ | 44.42 | 53.96 | 101.84 | - |
| YUV | 177.38 | 171.24 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 254 | 0.65 | 0.19 | 0 | 0.00 | 197.2 | 0.99 | 0.67 |
| Hex | 5A | CF | FE | 41 | 13 | 0 | 0 | C5 | 63 | 43 |
| Octal | 132 | 317 | 376 | 101 | 23 | 0 | 0 | 305 | 143 | 103 |
| Binary | 1011010 | 11001111 | 11111110 | 1000001 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000011 |
Color Harmonies of #5ACFFE
Complementary color
Monochromatic Colors of #5ACFFE
Black with #5ACFFE
Text Example
Text Example
White with #5ACFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFFE; }
p { color: rgb(90,207,254); }
H1.HeaderClassName
{
color: #5ACFFE;
}
.AnyTagClassName
{
color: #5ACFFE;
}
</style>
background-color css
<style>
a { background-color: #5ACFFE; }
a { background-color: rgb(90,207,254); }
div.DivClassName
{
background-color: #5ACFFE;
}
.BgClassName
{
background-color: #5ACFFE;
}
</style>
border-color css
<style>
span { border-color: #5ACFFE; }
span { border-color: rgb(90,207,254); }
td.TdClassName
{
border-color: #5ACFFE;
}
.TagClassName
{
border-color: #5ACFFE;
}
</style>