Shades of Baby Blue #54FDF4
Tints of Baby Blue #54FDF4
RGB
CMYK
RGB Variations
Color information
#54FDF4 (or 0x54FDF4) is known color: Baby Blue. HEX triplet: 54, FD and F4. RGB value is (84,253,244). Sum of RGB (Red+Green+Blue) = 84+253+244=581 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.46% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDF4 is #AB020B. Grayscale: #C9C9C9. Windows color (decimal): -11207180 or 16055636. OLE color: 16055636.
HSL color Cylindrical-coordinate representation of color #54FDF4: hue angle of 176.8º 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 #54FDF4 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 244 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.01 |
| HSL | 176.8º | 0.98% | 0.66% | - |
| HSV(B) | 176.8º | 0.67% | 0.99% | - |
| XYZ | 55.11 | 78.67 | 97.87 | - |
| YUV | 201.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 244 | 0.67 | 0 | 0.04 | 0.01 | 176.8 | 0.98 | 0.66 |
| Hex | 54 | FD | F4 | 43 | 0 | 4 | 1 | B1 | 62 | 42 |
| Octal | 124 | 375 | 364 | 103 | 0 | 4 | 1 | 261 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11110100 | 1000011 | 0 | 100 | 1 | 10110001 | 1100010 | 1000010 |
Color Harmonies of #54FDF4
Complementary color
Monochromatic Colors of #54FDF4
Black with #54FDF4
Text Example
Text Example
White with #54FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDF4; }
p { color: rgb(84,253,244); }
H1.HeaderClassName
{
color: #54FDF4;
}
.AnyTagClassName
{
color: #54FDF4;
}
</style>
background-color css
<style>
a { background-color: #54FDF4; }
a { background-color: rgb(84,253,244); }
div.DivClassName
{
background-color: #54FDF4;
}
.BgClassName
{
background-color: #54FDF4;
}
</style>
border-color css
<style>
span { border-color: #54FDF4; }
span { border-color: rgb(84,253,244); }
td.TdClassName
{
border-color: #54FDF4;
}
.TagClassName
{
border-color: #54FDF4;
}
</style>