Shades of Maya Blue #54BAFF
Tints of Maya Blue #54BAFF
RGB
CMYK
RGB Variations
Color information
#54BAFF (or 0x54BAFF) is known color: Maya Blue. HEX triplet: 54, BA and FF. RGB value is (84,186,255). Sum of RGB (Red+Green+Blue) = 84+186+255=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #54BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAFF is #AB4500. Grayscale: #A2A2A2. Windows color (decimal): -11224321 or 16759380. OLE color: 16759380.
HSL color Cylindrical-coordinate representation of color #54BAFF: hue angle of 204.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BAFF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 186 | 255 | - |
| CMYK | 0.67 | 0.27 | 0 | 0 |
| HSL | 204.21º | 1% | 0.66% | - |
| HSV(B) | 204.21º | 0.67% | 1% | - |
| XYZ | 39.27 | 44.22 | 101.07 | - |
| YUV | 163.37 | 179.71 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 255 | 0.67 | 0.27 | 0 | 0 | 204.21 | 1 | 0.66 |
| Hex | 54 | BA | FF | 43 | 1B | 0 | 0 | CC | 64 | 42 |
| Octal | 124 | 272 | 377 | 103 | 33 | 0 | 0 | 314 | 144 | 102 |
| Binary | 1010100 | 10111010 | 11111111 | 1000011 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000010 |
Color Harmonies of #54BAFF
Complementary color
Monochromatic Colors of #54BAFF
Black with #54BAFF
Text Example
Text Example
White with #54BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAFF; }
p { color: rgb(84,186,255); }
H1.HeaderClassName
{
color: #54BAFF;
}
.AnyTagClassName
{
color: #54BAFF;
}
</style>
background-color css
<style>
a { background-color: #54BAFF; }
a { background-color: rgb(84,186,255); }
div.DivClassName
{
background-color: #54BAFF;
}
.BgClassName
{
background-color: #54BAFF;
}
</style>
border-color css
<style>
span { border-color: #54BAFF; }
span { border-color: rgb(84,186,255); }
td.TdClassName
{
border-color: #54BAFF;
}
.TagClassName
{
border-color: #54BAFF;
}
</style>