Shades of Maya Blue #54CCFC
Tints of Maya Blue #54CCFC
RGB
CMYK
RGB Variations
Color information
#54CCFC (or 0x54CCFC) is known color: Maya Blue. HEX triplet: 54, CC and FC. RGB value is (84,204,252). Sum of RGB (Red+Green+Blue) = 84+204+252=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #54CCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCFC is #AB3303. Grayscale: #ADADAD. Windows color (decimal): -11219716 or 16567380. OLE color: 16567380.
HSL color Cylindrical-coordinate representation of color #54CCFC: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54CCFC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 204 | 252 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.01 |
| HSL | 197.14º | 0.97% | 0.66% | - |
| HSV(B) | 197.14º | 0.67% | 0.99% | - |
| XYZ | 42.82 | 52.1 | 99.89 | - |
| YUV | 173.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 252 | 0.67 | 0.19 | 0 | 0.01 | 197.14 | 0.97 | 0.66 |
| Hex | 54 | CC | FC | 43 | 13 | 0 | 1 | C5 | 61 | 42 |
| Octal | 124 | 314 | 374 | 103 | 23 | 0 | 1 | 305 | 141 | 102 |
| Binary | 1010100 | 11001100 | 11111100 | 1000011 | 10011 | 0 | 1 | 11000101 | 1100001 | 1000010 |
Color Harmonies of #54CCFC
Complementary color
Monochromatic Colors of #54CCFC
Black with #54CCFC
Text Example
Text Example
White with #54CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCFC; }
p { color: rgb(84,204,252); }
H1.HeaderClassName
{
color: #54CCFC;
}
.AnyTagClassName
{
color: #54CCFC;
}
</style>
background-color css
<style>
a { background-color: #54CCFC; }
a { background-color: rgb(84,204,252); }
div.DivClassName
{
background-color: #54CCFC;
}
.BgClassName
{
background-color: #54CCFC;
}
</style>
border-color css
<style>
span { border-color: #54CCFC; }
span { border-color: rgb(84,204,252); }
td.TdClassName
{
border-color: #54CCFC;
}
.TagClassName
{
border-color: #54CCFC;
}
</style>