Shades of Maya Blue #54BDFB
Tints of Maya Blue #54BDFB
RGB
CMYK
RGB Variations
Color information
#54BDFB (or 0x54BDFB) is known color: Maya Blue. HEX triplet: 54, BD and FB. RGB value is (84,189,251). Sum of RGB (Red+Green+Blue) = 84+189+251=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #54BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDFB is #AB4204. Grayscale: #A4A4A4. Windows color (decimal): -11223557 or 16498004. OLE color: 16498004.
HSL color Cylindrical-coordinate representation of color #54BDFB: hue angle of 202.28º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BDFB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 189 | 251 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.02 |
| HSL | 202.28º | 0.95% | 0.66% | - |
| HSV(B) | 202.28º | 0.67% | 0.98% | - |
| XYZ | 39.27 | 45.25 | 97.93 | - |
| YUV | 164.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 251 | 0.67 | 0.25 | 0 | 0.02 | 202.28 | 0.95 | 0.66 |
| Hex | 54 | BD | FB | 43 | 19 | 0 | 2 | CA | 5F | 42 |
| Octal | 124 | 275 | 373 | 103 | 31 | 0 | 2 | 312 | 137 | 102 |
| Binary | 1010100 | 10111101 | 11111011 | 1000011 | 11001 | 0 | 10 | 11001010 | 1011111 | 1000010 |
Color Harmonies of #54BDFB
Complementary color
Monochromatic Colors of #54BDFB
Black with #54BDFB
Text Example
Text Example
White with #54BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDFB; }
p { color: rgb(84,189,251); }
H1.HeaderClassName
{
color: #54BDFB;
}
.AnyTagClassName
{
color: #54BDFB;
}
</style>
background-color css
<style>
a { background-color: #54BDFB; }
a { background-color: rgb(84,189,251); }
div.DivClassName
{
background-color: #54BDFB;
}
.BgClassName
{
background-color: #54BDFB;
}
</style>
border-color css
<style>
span { border-color: #54BDFB; }
span { border-color: rgb(84,189,251); }
td.TdClassName
{
border-color: #54BDFB;
}
.TagClassName
{
border-color: #54BDFB;
}
</style>