Shades of Maya Blue #5ACFFF
Tints of Maya Blue #5ACFFF
RGB
CMYK
RGB Variations
Color information
#5ACFFF (or 0x5ACFFF) is known color: Maya Blue. HEX triplet: 5A, CF and FF. RGB value is (90,207,255). Sum of RGB (Red+Green+Blue) = 90+207+255=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ACFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFFF is #A53000. Grayscale: #B1B1B1. Windows color (decimal): -10825729 or 16764762. OLE color: 16764762.
HSL color Cylindrical-coordinate representation of color #5ACFFF: hue angle of 197.45º 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 #5ACFFF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 207 | 255 | - |
| CMYK | 0.65 | 0.19 | 0 | 0 |
| HSL | 197.45º | 1% | 0.68% | - |
| HSV(B) | 197.45º | 0.65% | 1% | - |
| XYZ | 44.58 | 54.02 | 102.68 | - |
| YUV | 177.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 255 | 0.65 | 0.19 | 0 | 0 | 197.45 | 1 | 0.68 |
| Hex | 5A | CF | FF | 41 | 13 | 0 | 0 | C5 | 64 | 44 |
| Octal | 132 | 317 | 377 | 101 | 23 | 0 | 0 | 305 | 144 | 104 |
| Binary | 1011010 | 11001111 | 11111111 | 1000001 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000100 |
Color Harmonies of #5ACFFF
Complementary color
Monochromatic Colors of #5ACFFF
Black with #5ACFFF
Text Example
Text Example
White with #5ACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFFF; }
p { color: rgb(90,207,255); }
H1.HeaderClassName
{
color: #5ACFFF;
}
.AnyTagClassName
{
color: #5ACFFF;
}
</style>
background-color css
<style>
a { background-color: #5ACFFF; }
a { background-color: rgb(90,207,255); }
div.DivClassName
{
background-color: #5ACFFF;
}
.BgClassName
{
background-color: #5ACFFF;
}
</style>
border-color css
<style>
span { border-color: #5ACFFF; }
span { border-color: rgb(90,207,255); }
td.TdClassName
{
border-color: #5ACFFF;
}
.TagClassName
{
border-color: #5ACFFF;
}
</style>