Shades of Maya Blue #54CCFF
Tints of Maya Blue #54CCFF
RGB
CMYK
RGB Variations
Color information
#54CCFF (or 0x54CCFF) is known color: Maya Blue. HEX triplet: 54, CC and FF. RGB value is (84,204,255). Sum of RGB (Red+Green+Blue) = 84+204+255=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #54CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCFF is #AB3300. Grayscale: #ADADAD. Windows color (decimal): -11219713 or 16763988. OLE color: 16763988.
HSL color Cylindrical-coordinate representation of color #54CCFF: hue angle of 197.89º 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 #54CCFF is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 204 | 255 | - |
| CMYK | 0.67 | 0.2 | 0 | 0 |
| HSL | 197.89º | 1% | 0.66% | - |
| HSV(B) | 197.89º | 0.67% | 1% | - |
| XYZ | 43.3 | 52.29 | 102.42 | - |
| YUV | 173.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 255 | 0.67 | 0.2 | 0 | 0 | 197.89 | 1 | 0.66 |
| Hex | 54 | CC | FF | 43 | 14 | 0 | 0 | C6 | 64 | 42 |
| Octal | 124 | 314 | 377 | 103 | 24 | 0 | 0 | 306 | 144 | 102 |
| Binary | 1010100 | 11001100 | 11111111 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000010 |
Color Harmonies of #54CCFF
Complementary color
Monochromatic Colors of #54CCFF
Black with #54CCFF
Text Example
Text Example
White with #54CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCFF; }
p { color: rgb(84,204,255); }
H1.HeaderClassName
{
color: #54CCFF;
}
.AnyTagClassName
{
color: #54CCFF;
}
</style>
background-color css
<style>
a { background-color: #54CCFF; }
a { background-color: rgb(84,204,255); }
div.DivClassName
{
background-color: #54CCFF;
}
.BgClassName
{
background-color: #54CCFF;
}
</style>
border-color css
<style>
span { border-color: #54CCFF; }
span { border-color: rgb(84,204,255); }
td.TdClassName
{
border-color: #54CCFF;
}
.TagClassName
{
border-color: #54CCFF;
}
</style>