Shades of Maya Blue #54C1FF
Tints of Maya Blue #54C1FF
RGB
CMYK
RGB Variations
Color information
#54C1FF (or 0x54C1FF) is known color: Maya Blue. HEX triplet: 54, C1 and FF. RGB value is (84,193,255). Sum of RGB (Red+Green+Blue) = 84+193+255=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #54C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C1FF is #AB3E00. Grayscale: #A7A7A7. Windows color (decimal): -11222529 or 16761172. OLE color: 16761172.
HSL color Cylindrical-coordinate representation of color #54C1FF: hue angle of 201.75º 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 #54C1FF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 193 | 255 | - |
| CMYK | 0.67 | 0.24 | 0 | 0 |
| HSL | 201.75º | 1% | 0.66% | - |
| HSV(B) | 201.75º | 0.67% | 1% | - |
| XYZ | 40.78 | 47.24 | 101.58 | - |
| YUV | 167.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 255 | 0.67 | 0.24 | 0 | 0 | 201.75 | 1 | 0.66 |
| Hex | 54 | C1 | FF | 43 | 18 | 0 | 0 | CA | 64 | 42 |
| Octal | 124 | 301 | 377 | 103 | 30 | 0 | 0 | 312 | 144 | 102 |
| Binary | 1010100 | 11000001 | 11111111 | 1000011 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000010 |
Color Harmonies of #54C1FF
Complementary color
Monochromatic Colors of #54C1FF
Black with #54C1FF
Text Example
Text Example
White with #54C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C1FF; }
p { color: rgb(84,193,255); }
H1.HeaderClassName
{
color: #54C1FF;
}
.AnyTagClassName
{
color: #54C1FF;
}
</style>
background-color css
<style>
a { background-color: #54C1FF; }
a { background-color: rgb(84,193,255); }
div.DivClassName
{
background-color: #54C1FF;
}
.BgClassName
{
background-color: #54C1FF;
}
</style>
border-color css
<style>
span { border-color: #54C1FF; }
span { border-color: rgb(84,193,255); }
td.TdClassName
{
border-color: #54C1FF;
}
.TagClassName
{
border-color: #54C1FF;
}
</style>