Shades of Maya Blue #54B7FE
Tints of Maya Blue #54B7FE
RGB
CMYK
RGB Variations
Color information
#54B7FE (or 0x54B7FE) is known color: Maya Blue. HEX triplet: 54, B7 and FE. RGB value is (84,183,254). Sum of RGB (Red+Green+Blue) = 84+183+254=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #54B7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B7FE is #AB4801. Grayscale: #A1A1A1. Windows color (decimal): -11225090 or 16693076. OLE color: 16693076.
HSL color Cylindrical-coordinate representation of color #54B7FE: hue angle of 205.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54B7FE is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 183 | 254 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.00 |
| HSL | 205.06º | 0.99% | 0.66% | - |
| HSV(B) | 205.06º | 0.67% | 1% | - |
| XYZ | 38.48 | 42.91 | 100.02 | - |
| YUV | 161.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 254 | 0.67 | 0.28 | 0 | 0.00 | 205.06 | 0.99 | 0.66 |
| Hex | 54 | B7 | FE | 43 | 1C | 0 | 0 | CD | 63 | 42 |
| Octal | 124 | 267 | 376 | 103 | 34 | 0 | 0 | 315 | 143 | 102 |
| Binary | 1010100 | 10110111 | 11111110 | 1000011 | 11100 | 0 | 0 | 11001101 | 1100011 | 1000010 |
Color Harmonies of #54B7FE
Complementary color
Monochromatic Colors of #54B7FE
Black with #54B7FE
Text Example
Text Example
White with #54B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B7FE; }
p { color: rgb(84,183,254); }
H1.HeaderClassName
{
color: #54B7FE;
}
.AnyTagClassName
{
color: #54B7FE;
}
</style>
background-color css
<style>
a { background-color: #54B7FE; }
a { background-color: rgb(84,183,254); }
div.DivClassName
{
background-color: #54B7FE;
}
.BgClassName
{
background-color: #54B7FE;
}
</style>
border-color css
<style>
span { border-color: #54B7FE; }
span { border-color: rgb(84,183,254); }
td.TdClassName
{
border-color: #54B7FE;
}
.TagClassName
{
border-color: #54B7FE;
}
</style>