Shades of Maya Blue #54BAFD
Tints of Maya Blue #54BAFD
RGB
CMYK
RGB Variations
Color information
#54BAFD (or 0x54BAFD) is known color: Maya Blue. HEX triplet: 54, BA and FD. RGB value is (84,186,253). Sum of RGB (Red+Green+Blue) = 84+186+253=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAFD is #AB4502. Grayscale: #A2A2A2. Windows color (decimal): -11224323 or 16628308. OLE color: 16628308.
HSL color Cylindrical-coordinate representation of color #54BAFD: hue angle of 203.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BAFD is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 186 | 253 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.01 |
| HSL | 203.79º | 0.98% | 0.66% | - |
| HSV(B) | 203.79º | 0.67% | 0.99% | - |
| XYZ | 38.94 | 44.09 | 99.39 | - |
| YUV | 163.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 253 | 0.67 | 0.26 | 0 | 0.01 | 203.79 | 0.98 | 0.66 |
| Hex | 54 | BA | FD | 43 | 1A | 0 | 1 | CC | 62 | 42 |
| Octal | 124 | 272 | 375 | 103 | 32 | 0 | 1 | 314 | 142 | 102 |
| Binary | 1010100 | 10111010 | 11111101 | 1000011 | 11010 | 0 | 1 | 11001100 | 1100010 | 1000010 |
Color Harmonies of #54BAFD
Complementary color
Monochromatic Colors of #54BAFD
Black with #54BAFD
Text Example
Text Example
White with #54BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAFD; }
p { color: rgb(84,186,253); }
H1.HeaderClassName
{
color: #54BAFD;
}
.AnyTagClassName
{
color: #54BAFD;
}
</style>
background-color css
<style>
a { background-color: #54BAFD; }
a { background-color: rgb(84,186,253); }
div.DivClassName
{
background-color: #54BAFD;
}
.BgClassName
{
background-color: #54BAFD;
}
</style>
border-color css
<style>
span { border-color: #54BAFD; }
span { border-color: rgb(84,186,253); }
td.TdClassName
{
border-color: #54BAFD;
}
.TagClassName
{
border-color: #54BAFD;
}
</style>