Shades of Maya Blue #54B5FF
Tints of Maya Blue #54B5FF
RGB
CMYK
RGB Variations
Color information
#54B5FF (or 0x54B5FF) is known color: Maya Blue. HEX triplet: 54, B5 and FF. RGB value is (84,181,255). Sum of RGB (Red+Green+Blue) = 84+181+255=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B5FF is #AB4A00. Grayscale: #A0A0A0. Windows color (decimal): -11225601 or 16758100. OLE color: 16758100.
HSL color Cylindrical-coordinate representation of color #54B5FF: hue angle of 205.96º 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 #54B5FF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 181 | 255 | - |
| CMYK | 0.67 | 0.29 | 0 | 0 |
| HSL | 205.96º | 1% | 0.66% | - |
| HSV(B) | 205.96º | 0.67% | 1% | - |
| XYZ | 38.23 | 42.15 | 100.73 | - |
| YUV | 160.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 255 | 0.67 | 0.29 | 0 | 0 | 205.96 | 1 | 0.66 |
| Hex | 54 | B5 | FF | 43 | 1D | 0 | 0 | CE | 64 | 42 |
| Octal | 124 | 265 | 377 | 103 | 35 | 0 | 0 | 316 | 144 | 102 |
| Binary | 1010100 | 10110101 | 11111111 | 1000011 | 11101 | 0 | 0 | 11001110 | 1100100 | 1000010 |
Color Harmonies of #54B5FF
Complementary color
Monochromatic Colors of #54B5FF
Black with #54B5FF
Text Example
Text Example
White with #54B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5FF; }
p { color: rgb(84,181,255); }
H1.HeaderClassName
{
color: #54B5FF;
}
.AnyTagClassName
{
color: #54B5FF;
}
</style>
background-color css
<style>
a { background-color: #54B5FF; }
a { background-color: rgb(84,181,255); }
div.DivClassName
{
background-color: #54B5FF;
}
.BgClassName
{
background-color: #54B5FF;
}
</style>
border-color css
<style>
span { border-color: #54B5FF; }
span { border-color: rgb(84,181,255); }
td.TdClassName
{
border-color: #54B5FF;
}
.TagClassName
{
border-color: #54B5FF;
}
</style>