Shades of Maya Blue #54BDFE
Tints of Maya Blue #54BDFE
RGB
CMYK
RGB Variations
Color information
#54BDFE (or 0x54BDFE) is known color: Maya Blue. HEX triplet: 54, BD and FE. RGB value is (84,189,254). Sum of RGB (Red+Green+Blue) = 84+189+254=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #54BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDFE is #AB4201. Grayscale: #A4A4A4. Windows color (decimal): -11223554 or 16694612. OLE color: 16694612.
HSL color Cylindrical-coordinate representation of color #54BDFE: hue angle of 202.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BDFE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 189 | 254 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.00 |
| HSL | 202.94º | 0.99% | 0.66% | - |
| HSV(B) | 202.94º | 0.67% | 1% | - |
| XYZ | 39.74 | 45.44 | 100.44 | - |
| YUV | 165.02 | 178.21 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 254 | 0.67 | 0.26 | 0 | 0.00 | 202.94 | 0.99 | 0.66 |
| Hex | 54 | BD | FE | 43 | 1A | 0 | 0 | CB | 63 | 42 |
| Octal | 124 | 275 | 376 | 103 | 32 | 0 | 0 | 313 | 143 | 102 |
| Binary | 1010100 | 10111101 | 11111110 | 1000011 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000010 |
Color Harmonies of #54BDFE
Complementary color
Monochromatic Colors of #54BDFE
Black with #54BDFE
Text Example
Text Example
White with #54BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDFE; }
p { color: rgb(84,189,254); }
H1.HeaderClassName
{
color: #54BDFE;
}
.AnyTagClassName
{
color: #54BDFE;
}
</style>
background-color css
<style>
a { background-color: #54BDFE; }
a { background-color: rgb(84,189,254); }
div.DivClassName
{
background-color: #54BDFE;
}
.BgClassName
{
background-color: #54BDFE;
}
</style>
border-color css
<style>
span { border-color: #54BDFE; }
span { border-color: rgb(84,189,254); }
td.TdClassName
{
border-color: #54BDFE;
}
.TagClassName
{
border-color: #54BDFE;
}
</style>