Shades of Baby Blue #54FFE7
Tints of Baby Blue #54FFE7
RGB
CMYK
RGB Variations
Color information
#54FFE7 (or 0x54FFE7) is known color: Baby Blue. HEX triplet: 54, FF and E7. RGB value is (84,255,231). Sum of RGB (Red+Green+Blue) = 84+255+231=570 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.74% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FFE7 is #AB0018. Grayscale: #C9C9C9. Windows color (decimal): -11206681 or 15204180. OLE color: 15204180.
HSL color Cylindrical-coordinate representation of color #54FFE7: hue angle of 171.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFE7 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 231 | - |
| CMYK | 0.67 | 0 | 0.09 | 0 |
| HSL | 171.58º | 1% | 0.66% | - |
| HSV(B) | 171.58º | 0.67% | 1% | - |
| XYZ | 53.84 | 79.17 | 88.05 | - |
| YUV | 201.14 | 144.85 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 231 | 0.67 | 0 | 0.09 | 0 | 171.58 | 1 | 0.66 |
| Hex | 54 | FF | E7 | 43 | 0 | 9 | 0 | AC | 64 | 42 |
| Octal | 124 | 377 | 347 | 103 | 0 | 11 | 0 | 254 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11100111 | 1000011 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000010 |
Color Harmonies of #54FFE7
Complementary color
Monochromatic Colors of #54FFE7
Black with #54FFE7
Text Example
Text Example
White with #54FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFE7; }
p { color: rgb(84,255,231); }
H1.HeaderClassName
{
color: #54FFE7;
}
.AnyTagClassName
{
color: #54FFE7;
}
</style>
background-color css
<style>
a { background-color: #54FFE7; }
a { background-color: rgb(84,255,231); }
div.DivClassName
{
background-color: #54FFE7;
}
.BgClassName
{
background-color: #54FFE7;
}
</style>
border-color css
<style>
span { border-color: #54FFE7; }
span { border-color: rgb(84,255,231); }
td.TdClassName
{
border-color: #54FFE7;
}
.TagClassName
{
border-color: #54FFE7;
}
</style>