Shades of Maya Blue #54BDFF
Tints of Maya Blue #54BDFF
RGB
CMYK
RGB Variations
Color information
#54BDFF (or 0x54BDFF) is known color: Maya Blue. HEX triplet: 54, BD and FF. RGB value is (84,189,255). Sum of RGB (Red+Green+Blue) = 84+189+255=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #54BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDFF is #AB4200. Grayscale: #A4A4A4. Windows color (decimal): -11223553 or 16760148. OLE color: 16760148.
HSL color Cylindrical-coordinate representation of color #54BDFF: hue angle of 203.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BDFF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 189 | 255 | - |
| CMYK | 0.67 | 0.26 | 0 | 0 |
| HSL | 203.16º | 1% | 0.66% | - |
| HSV(B) | 203.16º | 0.67% | 1% | - |
| XYZ | 39.9 | 45.5 | 101.29 | - |
| YUV | 165.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 255 | 0.67 | 0.26 | 0 | 0 | 203.16 | 1 | 0.66 |
| Hex | 54 | BD | FF | 43 | 1A | 0 | 0 | CB | 64 | 42 |
| Octal | 124 | 275 | 377 | 103 | 32 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010100 | 10111101 | 11111111 | 1000011 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #54BDFF
Complementary color
Monochromatic Colors of #54BDFF
Black with #54BDFF
Text Example
Text Example
White with #54BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDFF; }
p { color: rgb(84,189,255); }
H1.HeaderClassName
{
color: #54BDFF;
}
.AnyTagClassName
{
color: #54BDFF;
}
</style>
background-color css
<style>
a { background-color: #54BDFF; }
a { background-color: rgb(84,189,255); }
div.DivClassName
{
background-color: #54BDFF;
}
.BgClassName
{
background-color: #54BDFF;
}
</style>
border-color css
<style>
span { border-color: #54BDFF; }
span { border-color: rgb(84,189,255); }
td.TdClassName
{
border-color: #54BDFF;
}
.TagClassName
{
border-color: #54BDFF;
}
</style>