Shades of Maya Blue #54CEFE
Tints of Maya Blue #54CEFE
RGB
CMYK
RGB Variations
Color information
#54CEFE (or 0x54CEFE) is known color: Maya Blue. HEX triplet: 54, CE and FE. RGB value is (84,206,254). Sum of RGB (Red+Green+Blue) = 84+206+254=544 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.44% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #54CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEFE is #AB3101. Grayscale: #AEAEAE. Windows color (decimal): -11219202 or 16698964. OLE color: 16698964.
HSL color Cylindrical-coordinate representation of color #54CEFE: hue angle of 196.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54CEFE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 206 | 254 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.00 |
| HSL | 196.94º | 0.99% | 0.66% | - |
| HSV(B) | 196.94º | 0.67% | 1% | - |
| XYZ | 43.62 | 53.18 | 101.73 | - |
| YUV | 174.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 254 | 0.67 | 0.19 | 0 | 0.00 | 196.94 | 0.99 | 0.66 |
| Hex | 54 | CE | FE | 43 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 124 | 316 | 376 | 103 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010100 | 11001110 | 11111110 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #54CEFE
Complementary color
Monochromatic Colors of #54CEFE
Black with #54CEFE
Text Example
Text Example
White with #54CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEFE; }
p { color: rgb(84,206,254); }
H1.HeaderClassName
{
color: #54CEFE;
}
.AnyTagClassName
{
color: #54CEFE;
}
</style>
background-color css
<style>
a { background-color: #54CEFE; }
a { background-color: rgb(84,206,254); }
div.DivClassName
{
background-color: #54CEFE;
}
.BgClassName
{
background-color: #54CEFE;
}
</style>
border-color css
<style>
span { border-color: #54CEFE; }
span { border-color: rgb(84,206,254); }
td.TdClassName
{
border-color: #54CEFE;
}
.TagClassName
{
border-color: #54CEFE;
}
</style>