Shades of Baby Blue #54FDE7
Tints of Baby Blue #54FDE7
RGB
CMYK
RGB Variations
Color information
#54FDE7 (or 0x54FDE7) is known color: Baby Blue. HEX triplet: 54, FD and E7. RGB value is (84,253,231). Sum of RGB (Red+Green+Blue) = 84+253+231=568 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.79% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDE7 is #AB0218. Grayscale: #C7C7C7. Windows color (decimal): -11207193 or 15203668. OLE color: 15203668.
HSL color Cylindrical-coordinate representation of color #54FDE7: hue angle of 172.19º 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 #54FDE7 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 231 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.01 |
| HSL | 172.19º | 0.98% | 0.66% | - |
| HSV(B) | 172.19º | 0.67% | 0.99% | - |
| XYZ | 53.21 | 77.9 | 87.83 | - |
| YUV | 199.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 231 | 0.67 | 0 | 0.09 | 0.01 | 172.19 | 0.98 | 0.66 |
| Hex | 54 | FD | E7 | 43 | 0 | 9 | 1 | AC | 62 | 42 |
| Octal | 124 | 375 | 347 | 103 | 0 | 11 | 1 | 254 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11100111 | 1000011 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000010 |
Color Harmonies of #54FDE7
Complementary color
Monochromatic Colors of #54FDE7
Black with #54FDE7
Text Example
Text Example
White with #54FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDE7; }
p { color: rgb(84,253,231); }
H1.HeaderClassName
{
color: #54FDE7;
}
.AnyTagClassName
{
color: #54FDE7;
}
</style>
background-color css
<style>
a { background-color: #54FDE7; }
a { background-color: rgb(84,253,231); }
div.DivClassName
{
background-color: #54FDE7;
}
.BgClassName
{
background-color: #54FDE7;
}
</style>
border-color css
<style>
span { border-color: #54FDE7; }
span { border-color: rgb(84,253,231); }
td.TdClassName
{
border-color: #54FDE7;
}
.TagClassName
{
border-color: #54FDE7;
}
</style>