Shades of Maya Blue #54AEFF
Tints of Maya Blue #54AEFF
RGB
CMYK
RGB Variations
Color information
#54AEFF (or 0x54AEFF) is known color: Maya Blue. HEX triplet: 54, AE and FF. RGB value is (84,174,255). Sum of RGB (Red+Green+Blue) = 84+174+255=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #54AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEFF is #AB5100. Grayscale: #9B9B9B. Windows color (decimal): -11227393 or 16756308. OLE color: 16756308.
HSL color Cylindrical-coordinate representation of color #54AEFF: hue angle of 208.42º 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 #54AEFF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 174 | 255 | - |
| CMYK | 0.67 | 0.32 | 0 | 0 |
| HSL | 208.42º | 1% | 0.66% | - |
| HSV(B) | 208.42º | 0.67% | 1% | - |
| XYZ | 36.84 | 39.38 | 100.27 | - |
| YUV | 156.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 255 | 0.67 | 0.32 | 0 | 0 | 208.42 | 1 | 0.66 |
| Hex | 54 | AE | FF | 43 | 20 | 0 | 0 | D0 | 64 | 42 |
| Octal | 124 | 256 | 377 | 103 | 40 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010100 | 10101110 | 11111111 | 1000011 | 100000 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #54AEFF
Complementary color
Monochromatic Colors of #54AEFF
Black with #54AEFF
Text Example
Text Example
White with #54AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEFF; }
p { color: rgb(84,174,255); }
H1.HeaderClassName
{
color: #54AEFF;
}
.AnyTagClassName
{
color: #54AEFF;
}
</style>
background-color css
<style>
a { background-color: #54AEFF; }
a { background-color: rgb(84,174,255); }
div.DivClassName
{
background-color: #54AEFF;
}
.BgClassName
{
background-color: #54AEFF;
}
</style>
border-color css
<style>
span { border-color: #54AEFF; }
span { border-color: rgb(84,174,255); }
td.TdClassName
{
border-color: #54AEFF;
}
.TagClassName
{
border-color: #54AEFF;
}
</style>