Shades of Maya Blue #54C5FF
Tints of Maya Blue #54C5FF
RGB
CMYK
RGB Variations
Color information
#54C5FF (or 0x54C5FF) is known color: Maya Blue. HEX triplet: 54, C5 and FF. RGB value is (84,197,255). Sum of RGB (Red+Green+Blue) = 84+197+255=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #54C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C5FF is #AB3A00. Grayscale: #A9A9A9. Windows color (decimal): -11221505 or 16762196. OLE color: 16762196.
HSL color Cylindrical-coordinate representation of color #54C5FF: hue angle of 200.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54C5FF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 197 | 255 | - |
| CMYK | 0.67 | 0.23 | 0 | 0 |
| HSL | 200.35º | 1% | 0.66% | - |
| HSV(B) | 200.35º | 0.67% | 1% | - |
| XYZ | 41.67 | 49.04 | 101.88 | - |
| YUV | 169.83 | 176.06 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 255 | 0.67 | 0.23 | 0 | 0 | 200.35 | 1 | 0.66 |
| Hex | 54 | C5 | FF | 43 | 17 | 0 | 0 | C8 | 64 | 42 |
| Octal | 124 | 305 | 377 | 103 | 27 | 0 | 0 | 310 | 144 | 102 |
| Binary | 1010100 | 11000101 | 11111111 | 1000011 | 10111 | 0 | 0 | 11001000 | 1100100 | 1000010 |
Color Harmonies of #54C5FF
Complementary color
Monochromatic Colors of #54C5FF
Black with #54C5FF
Text Example
Text Example
White with #54C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5FF; }
p { color: rgb(84,197,255); }
H1.HeaderClassName
{
color: #54C5FF;
}
.AnyTagClassName
{
color: #54C5FF;
}
</style>
background-color css
<style>
a { background-color: #54C5FF; }
a { background-color: rgb(84,197,255); }
div.DivClassName
{
background-color: #54C5FF;
}
.BgClassName
{
background-color: #54C5FF;
}
</style>
border-color css
<style>
span { border-color: #54C5FF; }
span { border-color: rgb(84,197,255); }
td.TdClassName
{
border-color: #54C5FF;
}
.TagClassName
{
border-color: #54C5FF;
}
</style>