Shades of Maya Blue #54C0FF
Tints of Maya Blue #54C0FF
RGB
CMYK
RGB Variations
Color information
#54C0FF (or 0x54C0FF) is known color: Maya Blue. HEX triplet: 54, C0 and FF. RGB value is (84,192,255). Sum of RGB (Red+Green+Blue) = 84+192+255=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #54C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0FF is #AB3F00. Grayscale: #A6A6A6. Windows color (decimal): -11222785 or 16760916. OLE color: 16760916.
HSL color Cylindrical-coordinate representation of color #54C0FF: hue angle of 202.11º 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 #54C0FF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 192 | 255 | - |
| CMYK | 0.67 | 0.25 | 0 | 0 |
| HSL | 202.11º | 1% | 0.66% | - |
| HSV(B) | 202.11º | 0.67% | 1% | - |
| XYZ | 40.56 | 46.8 | 101.5 | - |
| YUV | 166.89 | 177.72 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 255 | 0.67 | 0.25 | 0 | 0 | 202.11 | 1 | 0.66 |
| Hex | 54 | C0 | FF | 43 | 19 | 0 | 0 | CA | 64 | 42 |
| Octal | 124 | 300 | 377 | 103 | 31 | 0 | 0 | 312 | 144 | 102 |
| Binary | 1010100 | 11000000 | 11111111 | 1000011 | 11001 | 0 | 0 | 11001010 | 1100100 | 1000010 |
Color Harmonies of #54C0FF
Complementary color
Monochromatic Colors of #54C0FF
Black with #54C0FF
Text Example
Text Example
White with #54C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0FF; }
p { color: rgb(84,192,255); }
H1.HeaderClassName
{
color: #54C0FF;
}
.AnyTagClassName
{
color: #54C0FF;
}
</style>
background-color css
<style>
a { background-color: #54C0FF; }
a { background-color: rgb(84,192,255); }
div.DivClassName
{
background-color: #54C0FF;
}
.BgClassName
{
background-color: #54C0FF;
}
</style>
border-color css
<style>
span { border-color: #54C0FF; }
span { border-color: rgb(84,192,255); }
td.TdClassName
{
border-color: #54C0FF;
}
.TagClassName
{
border-color: #54C0FF;
}
</style>