Shades of Maya Blue #54C0FA
Tints of Maya Blue #54C0FA
RGB
CMYK
RGB Variations
Color information
#54C0FA (or 0x54C0FA) is known color: Maya Blue. HEX triplet: 54, C0 and FA. RGB value is (84,192,250). Sum of RGB (Red+Green+Blue) = 84+192+250=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #54C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0FA is #AB3F05. Grayscale: #A5A5A5. Windows color (decimal): -11222790 or 16433236. OLE color: 16433236.
HSL color Cylindrical-coordinate representation of color #54C0FA: hue angle of 200.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54C0FA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 192 | 250 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.02 |
| HSL | 200.96º | 0.94% | 0.65% | - |
| HSV(B) | 200.96º | 0.66% | 0.98% | - |
| XYZ | 39.76 | 46.49 | 97.32 | - |
| YUV | 166.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 250 | 0.66 | 0.23 | 0 | 0.02 | 200.96 | 0.94 | 0.65 |
| Hex | 54 | C0 | FA | 42 | 17 | 0 | 2 | C9 | 5E | 41 |
| Octal | 124 | 300 | 372 | 102 | 27 | 0 | 2 | 311 | 136 | 101 |
| Binary | 1010100 | 11000000 | 11111010 | 1000010 | 10111 | 0 | 10 | 11001001 | 1011110 | 1000001 |
Color Harmonies of #54C0FA
Complementary color
Monochromatic Colors of #54C0FA
Black with #54C0FA
Text Example
Text Example
White with #54C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0FA; }
p { color: rgb(84,192,250); }
H1.HeaderClassName
{
color: #54C0FA;
}
.AnyTagClassName
{
color: #54C0FA;
}
</style>
background-color css
<style>
a { background-color: #54C0FA; }
a { background-color: rgb(84,192,250); }
div.DivClassName
{
background-color: #54C0FA;
}
.BgClassName
{
background-color: #54C0FA;
}
</style>
border-color css
<style>
span { border-color: #54C0FA; }
span { border-color: rgb(84,192,250); }
td.TdClassName
{
border-color: #54C0FA;
}
.TagClassName
{
border-color: #54C0FA;
}
</style>