Shades of Maya Blue #54C2FC
Tints of Maya Blue #54C2FC
RGB
CMYK
RGB Variations
Color information
#54C2FC (or 0x54C2FC) is known color: Maya Blue. HEX triplet: 54, C2 and FC. RGB value is (84,194,252). Sum of RGB (Red+Green+Blue) = 84+194+252=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #54C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2FC is #AB3D03. Grayscale: #A7A7A7. Windows color (decimal): -11222276 or 16564820. OLE color: 16564820.
HSL color Cylindrical-coordinate representation of color #54C2FC: hue angle of 200.71º 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 #54C2FC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 194 | 252 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.01 |
| HSL | 200.71º | 0.97% | 0.66% | - |
| HSV(B) | 200.71º | 0.67% | 0.99% | - |
| XYZ | 40.52 | 47.5 | 99.13 | - |
| YUV | 167.72 | 175.56 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 252 | 0.67 | 0.23 | 0 | 0.01 | 200.71 | 0.97 | 0.66 |
| Hex | 54 | C2 | FC | 43 | 17 | 0 | 1 | C9 | 61 | 42 |
| Octal | 124 | 302 | 374 | 103 | 27 | 0 | 1 | 311 | 141 | 102 |
| Binary | 1010100 | 11000010 | 11111100 | 1000011 | 10111 | 0 | 1 | 11001001 | 1100001 | 1000010 |
Color Harmonies of #54C2FC
Complementary color
Monochromatic Colors of #54C2FC
Black with #54C2FC
Text Example
Text Example
White with #54C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2FC; }
p { color: rgb(84,194,252); }
H1.HeaderClassName
{
color: #54C2FC;
}
.AnyTagClassName
{
color: #54C2FC;
}
</style>
background-color css
<style>
a { background-color: #54C2FC; }
a { background-color: rgb(84,194,252); }
div.DivClassName
{
background-color: #54C2FC;
}
.BgClassName
{
background-color: #54C2FC;
}
</style>
border-color css
<style>
span { border-color: #54C2FC; }
span { border-color: rgb(84,194,252); }
td.TdClassName
{
border-color: #54C2FC;
}
.TagClassName
{
border-color: #54C2FC;
}
</style>