Shades of Maya Blue #54D0FF
Tints of Maya Blue #54D0FF
RGB
CMYK
RGB Variations
Color information
#54D0FF (or 0x54D0FF) is known color: Maya Blue. HEX triplet: 54, D0 and FF. RGB value is (84,208,255). Sum of RGB (Red+Green+Blue) = 84+208+255=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #54D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D0FF is #AB2F00. Grayscale: #AFAFAF. Windows color (decimal): -11218689 or 16765012. OLE color: 16765012.
HSL color Cylindrical-coordinate representation of color #54D0FF: hue angle of 196.49º 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 #54D0FF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 208 | 255 | - |
| CMYK | 0.67 | 0.18 | 0 | 0 |
| HSL | 196.49º | 1% | 0.66% | - |
| HSV(B) | 196.49º | 0.67% | 1% | - |
| XYZ | 44.26 | 54.22 | 102.74 | - |
| YUV | 176.28 | 172.42 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 208 | 255 | 0.67 | 0.18 | 0 | 0 | 196.49 | 1 | 0.66 |
| Hex | 54 | D0 | FF | 43 | 12 | 0 | 0 | C4 | 64 | 42 |
| Octal | 124 | 320 | 377 | 103 | 22 | 0 | 0 | 304 | 144 | 102 |
| Binary | 1010100 | 11010000 | 11111111 | 1000011 | 10010 | 0 | 0 | 11000100 | 1100100 | 1000010 |
Color Harmonies of #54D0FF
Complementary color
Monochromatic Colors of #54D0FF
Black with #54D0FF
Text Example
Text Example
White with #54D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D0FF; }
p { color: rgb(84,208,255); }
H1.HeaderClassName
{
color: #54D0FF;
}
.AnyTagClassName
{
color: #54D0FF;
}
</style>
background-color css
<style>
a { background-color: #54D0FF; }
a { background-color: rgb(84,208,255); }
div.DivClassName
{
background-color: #54D0FF;
}
.BgClassName
{
background-color: #54D0FF;
}
</style>
border-color css
<style>
span { border-color: #54D0FF; }
span { border-color: rgb(84,208,255); }
td.TdClassName
{
border-color: #54D0FF;
}
.TagClassName
{
border-color: #54D0FF;
}
</style>