Shades of Baby Blue #54FFEA
Tints of Baby Blue #54FFEA
RGB
CMYK
RGB Variations
Color information
#54FFEA (or 0x54FFEA) is known color: Baby Blue. HEX triplet: 54, FF and EA. RGB value is (84,255,234). Sum of RGB (Red+Green+Blue) = 84+255+234=573 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.66% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FFEA is #AB0015. Grayscale: #C9C9C9. Windows color (decimal): -11206678 or 15400788. OLE color: 15400788.
HSL color Cylindrical-coordinate representation of color #54FFEA: hue angle of 172.63º 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 #54FFEA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 234 | - |
| CMYK | 0.67 | 0 | 0.08 | 0 |
| HSL | 172.63º | 1% | 0.66% | - |
| HSV(B) | 172.63º | 0.67% | 1% | - |
| XYZ | 54.27 | 79.35 | 90.3 | - |
| YUV | 201.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 234 | 0.67 | 0 | 0.08 | 0 | 172.63 | 1 | 0.66 |
| Hex | 54 | FF | EA | 43 | 0 | 8 | 0 | AD | 64 | 42 |
| Octal | 124 | 377 | 352 | 103 | 0 | 10 | 0 | 255 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11101010 | 1000011 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000010 |
Color Harmonies of #54FFEA
Complementary color
Monochromatic Colors of #54FFEA
Black with #54FFEA
Text Example
Text Example
White with #54FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFEA; }
p { color: rgb(84,255,234); }
H1.HeaderClassName
{
color: #54FFEA;
}
.AnyTagClassName
{
color: #54FFEA;
}
</style>
background-color css
<style>
a { background-color: #54FFEA; }
a { background-color: rgb(84,255,234); }
div.DivClassName
{
background-color: #54FFEA;
}
.BgClassName
{
background-color: #54FFEA;
}
</style>
border-color css
<style>
span { border-color: #54FFEA; }
span { border-color: rgb(84,255,234); }
td.TdClassName
{
border-color: #54FFEA;
}
.TagClassName
{
border-color: #54FFEA;
}
</style>