Shades of Baby Blue #54FDF1
Tints of Baby Blue #54FDF1
RGB
CMYK
RGB Variations
Color information
#54FDF1 (or 0x54FDF1) is known color: Baby Blue. HEX triplet: 54, FD and F1. RGB value is (84,253,241). Sum of RGB (Red+Green+Blue) = 84+253+241=578 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.53% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDF1 is #AB020E. Grayscale: #C8C8C8. Windows color (decimal): -11207183 or 15859028. OLE color: 15859028.
HSL color Cylindrical-coordinate representation of color #54FDF1: hue angle of 175.74º 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 #54FDF1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 241 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.01 |
| HSL | 175.74º | 0.98% | 0.66% | - |
| HSV(B) | 175.74º | 0.67% | 0.99% | - |
| XYZ | 54.66 | 78.49 | 95.49 | - |
| YUV | 201.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 241 | 0.67 | 0 | 0.05 | 0.01 | 175.74 | 0.98 | 0.66 |
| Hex | 54 | FD | F1 | 43 | 0 | 5 | 1 | B0 | 62 | 42 |
| Octal | 124 | 375 | 361 | 103 | 0 | 5 | 1 | 260 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11110001 | 1000011 | 0 | 101 | 1 | 10110000 | 1100010 | 1000010 |
Color Harmonies of #54FDF1
Complementary color
Monochromatic Colors of #54FDF1
Black with #54FDF1
Text Example
Text Example
White with #54FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDF1; }
p { color: rgb(84,253,241); }
H1.HeaderClassName
{
color: #54FDF1;
}
.AnyTagClassName
{
color: #54FDF1;
}
</style>
background-color css
<style>
a { background-color: #54FDF1; }
a { background-color: rgb(84,253,241); }
div.DivClassName
{
background-color: #54FDF1;
}
.BgClassName
{
background-color: #54FDF1;
}
</style>
border-color css
<style>
span { border-color: #54FDF1; }
span { border-color: rgb(84,253,241); }
td.TdClassName
{
border-color: #54FDF1;
}
.TagClassName
{
border-color: #54FDF1;
}
</style>