Shades of Maya Blue #54C6FF
Tints of Maya Blue #54C6FF
RGB
CMYK
RGB Variations
Color information
#54C6FF (or 0x54C6FF) is known color: Maya Blue. HEX triplet: 54, C6 and FF. RGB value is (84,198,255). Sum of RGB (Red+Green+Blue) = 84+198+255=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #54C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C6FF is #AB3900. Grayscale: #AAAAAA. Windows color (decimal): -11221249 or 16762452. OLE color: 16762452.
HSL color Cylindrical-coordinate representation of color #54C6FF: hue angle of 200º 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 #54C6FF is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 198 | 255 | - |
| CMYK | 0.67 | 0.22 | 0 | 0 |
| HSL | 200º | 1% | 0.66% | - |
| HSV(B) | 200º | 0.67% | 1% | - |
| XYZ | 41.9 | 49.49 | 101.95 | - |
| YUV | 170.41 | 175.73 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 255 | 0.67 | 0.22 | 0 | 0 | 200 | 1 | 0.66 |
| Hex | 54 | C6 | FF | 43 | 16 | 0 | 0 | C8 | 64 | 42 |
| Octal | 124 | 306 | 377 | 103 | 26 | 0 | 0 | 310 | 144 | 102 |
| Binary | 1010100 | 11000110 | 11111111 | 1000011 | 10110 | 0 | 0 | 11001000 | 1100100 | 1000010 |
Color Harmonies of #54C6FF
Complementary color
Monochromatic Colors of #54C6FF
Black with #54C6FF
Text Example
Text Example
White with #54C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C6FF; }
p { color: rgb(84,198,255); }
H1.HeaderClassName
{
color: #54C6FF;
}
.AnyTagClassName
{
color: #54C6FF;
}
</style>
background-color css
<style>
a { background-color: #54C6FF; }
a { background-color: rgb(84,198,255); }
div.DivClassName
{
background-color: #54C6FF;
}
.BgClassName
{
background-color: #54C6FF;
}
</style>
border-color css
<style>
span { border-color: #54C6FF; }
span { border-color: rgb(84,198,255); }
td.TdClassName
{
border-color: #54C6FF;
}
.TagClassName
{
border-color: #54C6FF;
}
</style>