Shades of Maya Blue #54B0FF
Tints of Maya Blue #54B0FF
RGB
CMYK
RGB Variations
Color information
#54B0FF (or 0x54B0FF) is known color: Maya Blue. HEX triplet: 54, B0 and FF. RGB value is (84,176,255). Sum of RGB (Red+Green+Blue) = 84+176+255=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B0FF is #AB4F00. Grayscale: #9D9D9D. Windows color (decimal): -11226881 or 16756820. OLE color: 16756820.
HSL color Cylindrical-coordinate representation of color #54B0FF: hue angle of 207.72º 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 #54B0FF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 176 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 207.72º | 1% | 0.66% | - |
| HSV(B) | 207.72º | 0.67% | 1% | - |
| XYZ | 37.23 | 40.16 | 100.4 | - |
| YUV | 157.5 | 183.02 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 255 | 0.67 | 0.31 | 0 | 0 | 207.72 | 1 | 0.66 |
| Hex | 54 | B0 | FF | 43 | 1F | 0 | 0 | D0 | 64 | 42 |
| Octal | 124 | 260 | 377 | 103 | 37 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010100 | 10110000 | 11111111 | 1000011 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #54B0FF
Complementary color
Monochromatic Colors of #54B0FF
Black with #54B0FF
Text Example
Text Example
White with #54B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0FF; }
p { color: rgb(84,176,255); }
H1.HeaderClassName
{
color: #54B0FF;
}
.AnyTagClassName
{
color: #54B0FF;
}
</style>
background-color css
<style>
a { background-color: #54B0FF; }
a { background-color: rgb(84,176,255); }
div.DivClassName
{
background-color: #54B0FF;
}
.BgClassName
{
background-color: #54B0FF;
}
</style>
border-color css
<style>
span { border-color: #54B0FF; }
span { border-color: rgb(84,176,255); }
td.TdClassName
{
border-color: #54B0FF;
}
.TagClassName
{
border-color: #54B0FF;
}
</style>