Shades of Baby Blue #54F7EA
Tints of Baby Blue #54F7EA
RGB
CMYK
RGB Variations
Color information
#54F7EA (or 0x54F7EA) is known color: Baby Blue. HEX triplet: 54, F7 and EA. RGB value is (84,247,234). Sum of RGB (Red+Green+Blue) = 84+247+234=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F7EA is #AB0815. Grayscale: #C4C4C4. Windows color (decimal): -11208726 or 15398740. OLE color: 15398740.
HSL color Cylindrical-coordinate representation of color #54F7EA: hue angle of 175.21º degrees, saturation: 0.91, 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 #54F7EA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 247 | 234 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.03 |
| HSL | 175.21º | 0.91% | 0.65% | - |
| HSV(B) | 175.21º | 0.66% | 0.97% | - |
| XYZ | 51.77 | 74.35 | 89.46 | - |
| YUV | 196.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 247 | 234 | 0.66 | 0 | 0.05 | 0.03 | 175.21 | 0.91 | 0.65 |
| Hex | 54 | F7 | EA | 42 | 0 | 5 | 3 | AF | 5B | 41 |
| Octal | 124 | 367 | 352 | 102 | 0 | 5 | 3 | 257 | 133 | 101 |
| Binary | 1010100 | 11110111 | 11101010 | 1000010 | 0 | 101 | 11 | 10101111 | 1011011 | 1000001 |
Color Harmonies of #54F7EA
Complementary color
Monochromatic Colors of #54F7EA
Black with #54F7EA
Text Example
Text Example
White with #54F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F7EA; }
p { color: rgb(84,247,234); }
H1.HeaderClassName
{
color: #54F7EA;
}
.AnyTagClassName
{
color: #54F7EA;
}
</style>
background-color css
<style>
a { background-color: #54F7EA; }
a { background-color: rgb(84,247,234); }
div.DivClassName
{
background-color: #54F7EA;
}
.BgClassName
{
background-color: #54F7EA;
}
</style>
border-color css
<style>
span { border-color: #54F7EA; }
span { border-color: rgb(84,247,234); }
td.TdClassName
{
border-color: #54F7EA;
}
.TagClassName
{
border-color: #54F7EA;
}
</style>