Shades of Maya Blue #54B3FF
Tints of Maya Blue #54B3FF
RGB
CMYK
RGB Variations
Color information
#54B3FF (or 0x54B3FF) is known color: Maya Blue. HEX triplet: 54, B3 and FF. RGB value is (84,179,255). Sum of RGB (Red+Green+Blue) = 84+179+255=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B3FF is #AB4C00. Grayscale: #9E9E9E. Windows color (decimal): -11226113 or 16757588. OLE color: 16757588.
HSL color Cylindrical-coordinate representation of color #54B3FF: hue angle of 206.67º 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 #54B3FF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 179 | 255 | - |
| CMYK | 0.67 | 0.30 | 0 | 0 |
| HSL | 206.67º | 1% | 0.66% | - |
| HSV(B) | 206.67º | 0.67% | 1% | - |
| XYZ | 37.83 | 41.35 | 100.59 | - |
| YUV | 159.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 255 | 0.67 | 0.30 | 0 | 0 | 206.67 | 1 | 0.66 |
| Hex | 54 | B3 | FF | 43 | 1E | 0 | 0 | CF | 64 | 42 |
| Octal | 124 | 263 | 377 | 103 | 36 | 0 | 0 | 317 | 144 | 102 |
| Binary | 1010100 | 10110011 | 11111111 | 1000011 | 11110 | 0 | 0 | 11001111 | 1100100 | 1000010 |
Color Harmonies of #54B3FF
Complementary color
Monochromatic Colors of #54B3FF
Black with #54B3FF
Text Example
Text Example
White with #54B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B3FF; }
p { color: rgb(84,179,255); }
H1.HeaderClassName
{
color: #54B3FF;
}
.AnyTagClassName
{
color: #54B3FF;
}
</style>
background-color css
<style>
a { background-color: #54B3FF; }
a { background-color: rgb(84,179,255); }
div.DivClassName
{
background-color: #54B3FF;
}
.BgClassName
{
background-color: #54B3FF;
}
</style>
border-color css
<style>
span { border-color: #54B3FF; }
span { border-color: rgb(84,179,255); }
td.TdClassName
{
border-color: #54B3FF;
}
.TagClassName
{
border-color: #54B3FF;
}
</style>