Shades of Baby Blue #54ECF8
Tints of Baby Blue #54ECF8
RGB
CMYK
RGB Variations
Color information
#54ECF8 (or 0x54ECF8) is known color: Baby Blue. HEX triplet: 54, EC and F8. RGB value is (84,236,248). Sum of RGB (Red+Green+Blue) = 84+236+248=568 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.79% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #54ECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF8 is #AB1307. Grayscale: #BFBFBF. Windows color (decimal): -11211528 or 16313428. OLE color: 16313428.
HSL color Cylindrical-coordinate representation of color #54ECF8: hue angle of 184.39º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ECF8 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 236 | 248 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.03 |
| HSL | 184.39º | 0.92% | 0.65% | - |
| HSV(B) | 184.39º | 0.66% | 0.97% | - |
| XYZ | 50.59 | 68.65 | 99.39 | - |
| YUV | 191.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 248 | 0.66 | 0.05 | 0 | 0.03 | 184.39 | 0.92 | 0.65 |
| Hex | 54 | EC | F8 | 42 | 5 | 0 | 3 | B8 | 5C | 41 |
| Octal | 124 | 354 | 370 | 102 | 5 | 0 | 3 | 270 | 134 | 101 |
| Binary | 1010100 | 11101100 | 11111000 | 1000010 | 101 | 0 | 11 | 10111000 | 1011100 | 1000001 |
Color Harmonies of #54ECF8
Complementary color
Monochromatic Colors of #54ECF8
Black with #54ECF8
Text Example
Text Example
White with #54ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECF8; }
p { color: rgb(84,236,248); }
H1.HeaderClassName
{
color: #54ECF8;
}
.AnyTagClassName
{
color: #54ECF8;
}
</style>
background-color css
<style>
a { background-color: #54ECF8; }
a { background-color: rgb(84,236,248); }
div.DivClassName
{
background-color: #54ECF8;
}
.BgClassName
{
background-color: #54ECF8;
}
</style>
border-color css
<style>
span { border-color: #54ECF8; }
span { border-color: rgb(84,236,248); }
td.TdClassName
{
border-color: #54ECF8;
}
.TagClassName
{
border-color: #54ECF8;
}
</style>