Shades of Maya Blue #54D1FE
Tints of Maya Blue #54D1FE
RGB
CMYK
RGB Variations
Color information
#54D1FE (or 0x54D1FE) is known color: Maya Blue. HEX triplet: 54, D1 and FE. RGB value is (84,209,254). Sum of RGB (Red+Green+Blue) = 84+209+254=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #54D1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D1FE is #AB2E01. Grayscale: #B0B0B0. Windows color (decimal): -11218434 or 16699732. OLE color: 16699732.
HSL color Cylindrical-coordinate representation of color #54D1FE: hue angle of 195.88º 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 #54D1FE is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 209 | 254 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.00 |
| HSL | 195.88º | 0.99% | 0.66% | - |
| HSV(B) | 195.88º | 0.67% | 1% | - |
| XYZ | 44.35 | 54.64 | 101.98 | - |
| YUV | 176.76 | 171.59 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 254 | 0.67 | 0.18 | 0 | 0.00 | 195.88 | 0.99 | 0.66 |
| Hex | 54 | D1 | FE | 43 | 12 | 0 | 0 | C4 | 63 | 42 |
| Octal | 124 | 321 | 376 | 103 | 22 | 0 | 0 | 304 | 143 | 102 |
| Binary | 1010100 | 11010001 | 11111110 | 1000011 | 10010 | 0 | 0 | 11000100 | 1100011 | 1000010 |
Color Harmonies of #54D1FE
Complementary color
Monochromatic Colors of #54D1FE
Black with #54D1FE
Text Example
Text Example
White with #54D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D1FE; }
p { color: rgb(84,209,254); }
H1.HeaderClassName
{
color: #54D1FE;
}
.AnyTagClassName
{
color: #54D1FE;
}
</style>
background-color css
<style>
a { background-color: #54D1FE; }
a { background-color: rgb(84,209,254); }
div.DivClassName
{
background-color: #54D1FE;
}
.BgClassName
{
background-color: #54D1FE;
}
</style>
border-color css
<style>
span { border-color: #54D1FE; }
span { border-color: rgb(84,209,254); }
td.TdClassName
{
border-color: #54D1FE;
}
.TagClassName
{
border-color: #54D1FE;
}
</style>