Shades of Maya Blue #54AFFF
Tints of Maya Blue #54AFFF
RGB
CMYK
RGB Variations
Color information
#54AFFF (or 0x54AFFF) is known color: Maya Blue. HEX triplet: 54, AF and FF. RGB value is (84,175,255). Sum of RGB (Red+Green+Blue) = 84+175+255=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #54AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AFFF is #AB5000. Grayscale: #9C9C9C. Windows color (decimal): -11227137 or 16756564. OLE color: 16756564.
HSL color Cylindrical-coordinate representation of color #54AFFF: hue angle of 208.07º 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 #54AFFF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 175 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 208.07º | 1% | 0.66% | - |
| HSV(B) | 208.07º | 0.67% | 1% | - |
| XYZ | 37.04 | 39.76 | 100.33 | - |
| YUV | 156.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 255 | 0.67 | 0.31 | 0 | 0 | 208.07 | 1 | 0.66 |
| Hex | 54 | AF | FF | 43 | 1F | 0 | 0 | D0 | 64 | 42 |
| Octal | 124 | 257 | 377 | 103 | 37 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010100 | 10101111 | 11111111 | 1000011 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #54AFFF
Complementary color
Monochromatic Colors of #54AFFF
Black with #54AFFF
Text Example
Text Example
White with #54AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFFF; }
p { color: rgb(84,175,255); }
H1.HeaderClassName
{
color: #54AFFF;
}
.AnyTagClassName
{
color: #54AFFF;
}
</style>
background-color css
<style>
a { background-color: #54AFFF; }
a { background-color: rgb(84,175,255); }
div.DivClassName
{
background-color: #54AFFF;
}
.BgClassName
{
background-color: #54AFFF;
}
</style>
border-color css
<style>
span { border-color: #54AFFF; }
span { border-color: rgb(84,175,255); }
td.TdClassName
{
border-color: #54AFFF;
}
.TagClassName
{
border-color: #54AFFF;
}
</style>