Shades of Maya Blue #54BFFD
Tints of Maya Blue #54BFFD
RGB
CMYK
RGB Variations
Color information
#54BFFD (or 0x54BFFD) is known color: Maya Blue. HEX triplet: 54, BF and FD. RGB value is (84,191,253). Sum of RGB (Red+Green+Blue) = 84+191+253=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFFD is #AB4002. Grayscale: #A5A5A5. Windows color (decimal): -11223043 or 16629588. OLE color: 16629588.
HSL color Cylindrical-coordinate representation of color #54BFFD: hue angle of 202.01º 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 #54BFFD is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 191 | 253 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.01 |
| HSL | 202.01º | 0.98% | 0.66% | - |
| HSV(B) | 202.01º | 0.67% | 0.99% | - |
| XYZ | 40.02 | 46.24 | 99.74 | - |
| YUV | 166.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 253 | 0.67 | 0.25 | 0 | 0.01 | 202.01 | 0.98 | 0.66 |
| Hex | 54 | BF | FD | 43 | 19 | 0 | 1 | CA | 62 | 42 |
| Octal | 124 | 277 | 375 | 103 | 31 | 0 | 1 | 312 | 142 | 102 |
| Binary | 1010100 | 10111111 | 11111101 | 1000011 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000010 |
Color Harmonies of #54BFFD
Complementary color
Monochromatic Colors of #54BFFD
Black with #54BFFD
Text Example
Text Example
White with #54BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFFD; }
p { color: rgb(84,191,253); }
H1.HeaderClassName
{
color: #54BFFD;
}
.AnyTagClassName
{
color: #54BFFD;
}
</style>
background-color css
<style>
a { background-color: #54BFFD; }
a { background-color: rgb(84,191,253); }
div.DivClassName
{
background-color: #54BFFD;
}
.BgClassName
{
background-color: #54BFFD;
}
</style>
border-color css
<style>
span { border-color: #54BFFD; }
span { border-color: rgb(84,191,253); }
td.TdClassName
{
border-color: #54BFFD;
}
.TagClassName
{
border-color: #54BFFD;
}
</style>