Shades of Maya Blue #54BDFD
Tints of Maya Blue #54BDFD
RGB
CMYK
RGB Variations
Color information
#54BDFD (or 0x54BDFD) is known color: Maya Blue. HEX triplet: 54, BD and FD. RGB value is (84,189,253). Sum of RGB (Red+Green+Blue) = 84+189+253=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDFD is #AB4202. Grayscale: #A4A4A4. Windows color (decimal): -11223555 or 16629076. OLE color: 16629076.
HSL color Cylindrical-coordinate representation of color #54BDFD: hue angle of 202.72º 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 #54BDFD is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 189 | 253 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.01 |
| HSL | 202.72º | 0.98% | 0.66% | - |
| HSV(B) | 202.72º | 0.67% | 0.99% | - |
| XYZ | 39.58 | 45.37 | 99.6 | - |
| YUV | 164.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 253 | 0.67 | 0.25 | 0 | 0.01 | 202.72 | 0.98 | 0.66 |
| Hex | 54 | BD | FD | 43 | 19 | 0 | 1 | CB | 62 | 42 |
| Octal | 124 | 275 | 375 | 103 | 31 | 0 | 1 | 313 | 142 | 102 |
| Binary | 1010100 | 10111101 | 11111101 | 1000011 | 11001 | 0 | 1 | 11001011 | 1100010 | 1000010 |
Color Harmonies of #54BDFD
Complementary color
Monochromatic Colors of #54BDFD
Black with #54BDFD
Text Example
Text Example
White with #54BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDFD; }
p { color: rgb(84,189,253); }
H1.HeaderClassName
{
color: #54BDFD;
}
.AnyTagClassName
{
color: #54BDFD;
}
</style>
background-color css
<style>
a { background-color: #54BDFD; }
a { background-color: rgb(84,189,253); }
div.DivClassName
{
background-color: #54BDFD;
}
.BgClassName
{
background-color: #54BDFD;
}
</style>
border-color css
<style>
span { border-color: #54BDFD; }
span { border-color: rgb(84,189,253); }
td.TdClassName
{
border-color: #54BDFD;
}
.TagClassName
{
border-color: #54BDFD;
}
</style>