Shades of Maya Blue #54BBFD
Tints of Maya Blue #54BBFD
RGB
CMYK
RGB Variations
Color information
#54BBFD (or 0x54BBFD) is known color: Maya Blue. HEX triplet: 54, BB and FD. RGB value is (84,187,253). Sum of RGB (Red+Green+Blue) = 84+187+253=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBFD is #AB4402. Grayscale: #A3A3A3. Windows color (decimal): -11224067 or 16628564. OLE color: 16628564.
HSL color Cylindrical-coordinate representation of color #54BBFD: hue angle of 203.43º 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 #54BBFD is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 187 | 253 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.01 |
| HSL | 203.43º | 0.98% | 0.66% | - |
| HSV(B) | 203.43º | 0.67% | 0.99% | - |
| XYZ | 39.16 | 44.52 | 99.46 | - |
| YUV | 163.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 253 | 0.67 | 0.26 | 0 | 0.01 | 203.43 | 0.98 | 0.66 |
| Hex | 54 | BB | FD | 43 | 1A | 0 | 1 | CB | 62 | 42 |
| Octal | 124 | 273 | 375 | 103 | 32 | 0 | 1 | 313 | 142 | 102 |
| Binary | 1010100 | 10111011 | 11111101 | 1000011 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000010 |
Color Harmonies of #54BBFD
Complementary color
Monochromatic Colors of #54BBFD
Black with #54BBFD
Text Example
Text Example
White with #54BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBFD; }
p { color: rgb(84,187,253); }
H1.HeaderClassName
{
color: #54BBFD;
}
.AnyTagClassName
{
color: #54BBFD;
}
</style>
background-color css
<style>
a { background-color: #54BBFD; }
a { background-color: rgb(84,187,253); }
div.DivClassName
{
background-color: #54BBFD;
}
.BgClassName
{
background-color: #54BBFD;
}
</style>
border-color css
<style>
span { border-color: #54BBFD; }
span { border-color: rgb(84,187,253); }
td.TdClassName
{
border-color: #54BBFD;
}
.TagClassName
{
border-color: #54BBFD;
}
</style>