Shades of Baby Blue #54FDE6
Tints of Baby Blue #54FDE6
RGB
CMYK
RGB Variations
Color information
#54FDE6 (or 0x54FDE6) is known color: Baby Blue. HEX triplet: 54, FD and E6. RGB value is (84,253,230). Sum of RGB (Red+Green+Blue) = 84+253+230=567 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.81% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDE6 is #AB0219. Grayscale: #C7C7C7. Windows color (decimal): -11207194 or 15138132. OLE color: 15138132.
HSL color Cylindrical-coordinate representation of color #54FDE6: hue angle of 171.83º 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 #54FDE6 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 230 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.01 |
| HSL | 171.83º | 0.98% | 0.66% | - |
| HSV(B) | 171.83º | 0.67% | 0.99% | - |
| XYZ | 53.06 | 77.85 | 87.09 | - |
| YUV | 199.85 | 145.01 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 230 | 0.67 | 0 | 0.09 | 0.01 | 171.83 | 0.98 | 0.66 |
| Hex | 54 | FD | E6 | 43 | 0 | 9 | 1 | AC | 62 | 42 |
| Octal | 124 | 375 | 346 | 103 | 0 | 11 | 1 | 254 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11100110 | 1000011 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000010 |
Color Harmonies of #54FDE6
Complementary color
Monochromatic Colors of #54FDE6
Black with #54FDE6
Text Example
Text Example
White with #54FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDE6; }
p { color: rgb(84,253,230); }
H1.HeaderClassName
{
color: #54FDE6;
}
.AnyTagClassName
{
color: #54FDE6;
}
</style>
background-color css
<style>
a { background-color: #54FDE6; }
a { background-color: rgb(84,253,230); }
div.DivClassName
{
background-color: #54FDE6;
}
.BgClassName
{
background-color: #54FDE6;
}
</style>
border-color css
<style>
span { border-color: #54FDE6; }
span { border-color: rgb(84,253,230); }
td.TdClassName
{
border-color: #54FDE6;
}
.TagClassName
{
border-color: #54FDE6;
}
</style>