Shades of Maya Blue #54BAFE
Tints of Maya Blue #54BAFE
RGB
CMYK
RGB Variations
Color information
#54BAFE (or 0x54BAFE) is known color: Maya Blue. HEX triplet: 54, BA and FE. RGB value is (84,186,254). Sum of RGB (Red+Green+Blue) = 84+186+254=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #54BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAFE is #AB4501. Grayscale: #A2A2A2. Windows color (decimal): -11224322 or 16693844. OLE color: 16693844.
HSL color Cylindrical-coordinate representation of color #54BAFE: hue angle of 204º 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 #54BAFE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 186 | 254 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.00 |
| HSL | 204º | 0.99% | 0.66% | - |
| HSV(B) | 204º | 0.67% | 1% | - |
| XYZ | 39.1 | 44.16 | 100.23 | - |
| YUV | 163.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 254 | 0.67 | 0.27 | 0 | 0.00 | 204 | 0.99 | 0.66 |
| Hex | 54 | BA | FE | 43 | 1B | 0 | 0 | CC | 63 | 42 |
| Octal | 124 | 272 | 376 | 103 | 33 | 0 | 0 | 314 | 143 | 102 |
| Binary | 1010100 | 10111010 | 11111110 | 1000011 | 11011 | 0 | 0 | 11001100 | 1100011 | 1000010 |
Color Harmonies of #54BAFE
Complementary color
Monochromatic Colors of #54BAFE
Black with #54BAFE
Text Example
Text Example
White with #54BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAFE; }
p { color: rgb(84,186,254); }
H1.HeaderClassName
{
color: #54BAFE;
}
.AnyTagClassName
{
color: #54BAFE;
}
</style>
background-color css
<style>
a { background-color: #54BAFE; }
a { background-color: rgb(84,186,254); }
div.DivClassName
{
background-color: #54BAFE;
}
.BgClassName
{
background-color: #54BAFE;
}
</style>
border-color css
<style>
span { border-color: #54BAFE; }
span { border-color: rgb(84,186,254); }
td.TdClassName
{
border-color: #54BAFE;
}
.TagClassName
{
border-color: #54BAFE;
}
</style>