Shades of Baby Blue #54F4EC
Tints of Baby Blue #54F4EC
RGB
CMYK
RGB Variations
Color information
#54F4EC (or 0x54F4EC) is known color: Baby Blue. HEX triplet: 54, F4 and EC. RGB value is (84,244,236). Sum of RGB (Red+Green+Blue) = 84+244+236=564 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.89% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #54F4EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F4EC is #AB0B13. Grayscale: #C3C3C3. Windows color (decimal): -11209492 or 15529044. OLE color: 15529044.
HSL color Cylindrical-coordinate representation of color #54F4EC: hue angle of 177º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F4EC is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 244 | 236 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.04 |
| HSL | 177º | 0.88% | 0.64% | - |
| HSV(B) | 177º | 0.66% | 0.96% | - |
| XYZ | 51.15 | 72.64 | 90.68 | - |
| YUV | 195.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 244 | 236 | 0.66 | 0 | 0.03 | 0.04 | 177 | 0.88 | 0.64 |
| Hex | 54 | F4 | EC | 42 | 0 | 3 | 4 | B1 | 58 | 40 |
| Octal | 124 | 364 | 354 | 102 | 0 | 3 | 4 | 261 | 130 | 100 |
| Binary | 1010100 | 11110100 | 11101100 | 1000010 | 0 | 11 | 100 | 10110001 | 1011000 | 1000000 |
Color Harmonies of #54F4EC
Complementary color
Monochromatic Colors of #54F4EC
Black with #54F4EC
Text Example
Text Example
White with #54F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F4EC; }
p { color: rgb(84,244,236); }
H1.HeaderClassName
{
color: #54F4EC;
}
.AnyTagClassName
{
color: #54F4EC;
}
</style>
background-color css
<style>
a { background-color: #54F4EC; }
a { background-color: rgb(84,244,236); }
div.DivClassName
{
background-color: #54F4EC;
}
.BgClassName
{
background-color: #54F4EC;
}
</style>
border-color css
<style>
span { border-color: #54F4EC; }
span { border-color: rgb(84,244,236); }
td.TdClassName
{
border-color: #54F4EC;
}
.TagClassName
{
border-color: #54F4EC;
}
</style>