Shades of Baby Blue #54FDEC
Tints of Baby Blue #54FDEC
RGB
CMYK
RGB Variations
Color information
#54FDEC (or 0x54FDEC) is known color: Baby Blue. HEX triplet: 54, FD and EC. RGB value is (84,253,236). Sum of RGB (Red+Green+Blue) = 84+253+236=573 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.66% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDEC is #AB0213. Grayscale: #C8C8C8. Windows color (decimal): -11207188 or 15531348. OLE color: 15531348.
HSL color Cylindrical-coordinate representation of color #54FDEC: hue angle of 173.96º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FDEC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 236 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.01 |
| HSL | 173.96º | 0.98% | 0.66% | - |
| HSV(B) | 173.96º | 0.67% | 0.99% | - |
| XYZ | 53.92 | 78.19 | 91.61 | - |
| YUV | 200.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 236 | 0.67 | 0 | 0.07 | 0.01 | 173.96 | 0.98 | 0.66 |
| Hex | 54 | FD | EC | 43 | 0 | 7 | 1 | AE | 62 | 42 |
| Octal | 124 | 375 | 354 | 103 | 0 | 7 | 1 | 256 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11101100 | 1000011 | 0 | 111 | 1 | 10101110 | 1100010 | 1000010 |
Color Harmonies of #54FDEC
Complementary color
Monochromatic Colors of #54FDEC
Black with #54FDEC
Text Example
Text Example
White with #54FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDEC; }
p { color: rgb(84,253,236); }
H1.HeaderClassName
{
color: #54FDEC;
}
.AnyTagClassName
{
color: #54FDEC;
}
</style>
background-color css
<style>
a { background-color: #54FDEC; }
a { background-color: rgb(84,253,236); }
div.DivClassName
{
background-color: #54FDEC;
}
.BgClassName
{
background-color: #54FDEC;
}
</style>
border-color css
<style>
span { border-color: #54FDEC; }
span { border-color: rgb(84,253,236); }
td.TdClassName
{
border-color: #54FDEC;
}
.TagClassName
{
border-color: #54FDEC;
}
</style>