Shades of Maya Blue #54C7FA
Tints of Maya Blue #54C7FA
RGB
CMYK
RGB Variations
Color information
#54C7FA (or 0x54C7FA) is known color: Maya Blue. HEX triplet: 54, C7 and FA. RGB value is (84,199,250). Sum of RGB (Red+Green+Blue) = 84+199+250=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #54C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C7FA is #AB3805. Grayscale: #AAAAAA. Windows color (decimal): -11220998 or 16435028. OLE color: 16435028.
HSL color Cylindrical-coordinate representation of color #54C7FA: hue angle of 198.43º 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 #54C7FA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 199 | 250 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.02 |
| HSL | 198.43º | 0.94% | 0.65% | - |
| HSV(B) | 198.43º | 0.66% | 0.98% | - |
| XYZ | 41.33 | 49.63 | 97.84 | - |
| YUV | 170.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 199 | 250 | 0.66 | 0.20 | 0 | 0.02 | 198.43 | 0.94 | 0.65 |
| Hex | 54 | C7 | FA | 42 | 14 | 0 | 2 | C6 | 5E | 41 |
| Octal | 124 | 307 | 372 | 102 | 24 | 0 | 2 | 306 | 136 | 101 |
| Binary | 1010100 | 11000111 | 11111010 | 1000010 | 10100 | 0 | 10 | 11000110 | 1011110 | 1000001 |
Color Harmonies of #54C7FA
Complementary color
Monochromatic Colors of #54C7FA
Black with #54C7FA
Text Example
Text Example
White with #54C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C7FA; }
p { color: rgb(84,199,250); }
H1.HeaderClassName
{
color: #54C7FA;
}
.AnyTagClassName
{
color: #54C7FA;
}
</style>
background-color css
<style>
a { background-color: #54C7FA; }
a { background-color: rgb(84,199,250); }
div.DivClassName
{
background-color: #54C7FA;
}
.BgClassName
{
background-color: #54C7FA;
}
</style>
border-color css
<style>
span { border-color: #54C7FA; }
span { border-color: rgb(84,199,250); }
td.TdClassName
{
border-color: #54C7FA;
}
.TagClassName
{
border-color: #54C7FA;
}
</style>