Shades of Baby Blue #54FBE7
Tints of Baby Blue #54FBE7
RGB
CMYK
RGB Variations
Color information
#54FBE7 (or 0x54FBE7) is known color: Baby Blue. HEX triplet: 54, FB and E7. RGB value is (84,251,231). Sum of RGB (Red+Green+Blue) = 84+251+231=566 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.84% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FBE7 is #AB0418. Grayscale: #C6C6C6. Windows color (decimal): -11207705 or 15203156. OLE color: 15203156.
HSL color Cylindrical-coordinate representation of color #54FBE7: hue angle of 172.81º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBE7 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 231 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.02 |
| HSL | 172.81º | 0.95% | 0.66% | - |
| HSV(B) | 172.81º | 0.67% | 0.98% | - |
| XYZ | 52.58 | 76.65 | 87.62 | - |
| YUV | 198.79 | 146.17 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 231 | 0.67 | 0 | 0.08 | 0.02 | 172.81 | 0.95 | 0.66 |
| Hex | 54 | FB | E7 | 43 | 0 | 8 | 2 | AD | 5F | 42 |
| Octal | 124 | 373 | 347 | 103 | 0 | 10 | 2 | 255 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11100111 | 1000011 | 0 | 1000 | 10 | 10101101 | 1011111 | 1000010 |
Color Harmonies of #54FBE7
Complementary color
Monochromatic Colors of #54FBE7
Black with #54FBE7
Text Example
Text Example
White with #54FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBE7; }
p { color: rgb(84,251,231); }
H1.HeaderClassName
{
color: #54FBE7;
}
.AnyTagClassName
{
color: #54FBE7;
}
</style>
background-color css
<style>
a { background-color: #54FBE7; }
a { background-color: rgb(84,251,231); }
div.DivClassName
{
background-color: #54FBE7;
}
.BgClassName
{
background-color: #54FBE7;
}
</style>
border-color css
<style>
span { border-color: #54FBE7; }
span { border-color: rgb(84,251,231); }
td.TdClassName
{
border-color: #54FBE7;
}
.TagClassName
{
border-color: #54FBE7;
}
</style>