Shades of Baby Blue #54F8E9
Tints of Baby Blue #54F8E9
RGB
CMYK
RGB Variations
Color information
#54F8E9 (or 0x54F8E9) is known color: Baby Blue. HEX triplet: 54, F8 and E9. RGB value is (84,248,233). Sum of RGB (Red+Green+Blue) = 84+248+233=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #54F8E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F8E9 is #AB0716. Grayscale: #C5C5C5. Windows color (decimal): -11208471 or 15333460. OLE color: 15333460.
HSL color Cylindrical-coordinate representation of color #54F8E9: hue angle of 174.51º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F8E9 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 248 | 233 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.03 |
| HSL | 174.51º | 0.92% | 0.65% | - |
| HSV(B) | 174.51º | 0.66% | 0.97% | - |
| XYZ | 51.93 | 74.9 | 88.81 | - |
| YUV | 197.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 248 | 233 | 0.66 | 0 | 0.06 | 0.03 | 174.51 | 0.92 | 0.65 |
| Hex | 54 | F8 | E9 | 42 | 0 | 6 | 3 | AF | 5C | 41 |
| Octal | 124 | 370 | 351 | 102 | 0 | 6 | 3 | 257 | 134 | 101 |
| Binary | 1010100 | 11111000 | 11101001 | 1000010 | 0 | 110 | 11 | 10101111 | 1011100 | 1000001 |
Color Harmonies of #54F8E9
Complementary color
Monochromatic Colors of #54F8E9
Black with #54F8E9
Text Example
Text Example
White with #54F8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F8E9; }
p { color: rgb(84,248,233); }
H1.HeaderClassName
{
color: #54F8E9;
}
.AnyTagClassName
{
color: #54F8E9;
}
</style>
background-color css
<style>
a { background-color: #54F8E9; }
a { background-color: rgb(84,248,233); }
div.DivClassName
{
background-color: #54F8E9;
}
.BgClassName
{
background-color: #54F8E9;
}
</style>
border-color css
<style>
span { border-color: #54F8E9; }
span { border-color: rgb(84,248,233); }
td.TdClassName
{
border-color: #54F8E9;
}
.TagClassName
{
border-color: #54F8E9;
}
</style>