Shades of Maya Blue #54C9FB
Tints of Maya Blue #54C9FB
RGB
CMYK
RGB Variations
Color information
#54C9FB (or 0x54C9FB) is known color: Maya Blue. HEX triplet: 54, C9 and FB. RGB value is (84,201,251). Sum of RGB (Red+Green+Blue) = 84+201+251=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #54C9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C9FB is #AB3604. Grayscale: #ABABAB. Windows color (decimal): -11220485 or 16501076. OLE color: 16501076.
HSL color Cylindrical-coordinate representation of color #54C9FB: hue angle of 197.96º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54C9FB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 201 | 251 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.02 |
| HSL | 197.96º | 0.95% | 0.66% | - |
| HSV(B) | 197.96º | 0.67% | 0.98% | - |
| XYZ | 41.96 | 50.62 | 98.83 | - |
| YUV | 171.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 251 | 0.67 | 0.20 | 0 | 0.02 | 197.96 | 0.95 | 0.66 |
| Hex | 54 | C9 | FB | 43 | 14 | 0 | 2 | C6 | 5F | 42 |
| Octal | 124 | 311 | 373 | 103 | 24 | 0 | 2 | 306 | 137 | 102 |
| Binary | 1010100 | 11001001 | 11111011 | 1000011 | 10100 | 0 | 10 | 11000110 | 1011111 | 1000010 |
Color Harmonies of #54C9FB
Complementary color
Monochromatic Colors of #54C9FB
Black with #54C9FB
Text Example
Text Example
White with #54C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9FB; }
p { color: rgb(84,201,251); }
H1.HeaderClassName
{
color: #54C9FB;
}
.AnyTagClassName
{
color: #54C9FB;
}
</style>
background-color css
<style>
a { background-color: #54C9FB; }
a { background-color: rgb(84,201,251); }
div.DivClassName
{
background-color: #54C9FB;
}
.BgClassName
{
background-color: #54C9FB;
}
</style>
border-color css
<style>
span { border-color: #54C9FB; }
span { border-color: rgb(84,201,251); }
td.TdClassName
{
border-color: #54C9FB;
}
.TagClassName
{
border-color: #54C9FB;
}
</style>