Shades of Baby Blue #50FFE9
Tints of Baby Blue #50FFE9
RGB
CMYK
RGB Variations
Color information
#50FFE9 (or 0x50FFE9) is known color: Baby Blue. HEX triplet: 50, FF and E9. RGB value is (80,255,233). Sum of RGB (Red+Green+Blue) = 80+255+233=568 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.08% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFE9 is #AF0016. Grayscale: #C8C8C8. Windows color (decimal): -11468823 or 15335248. OLE color: 15335248.
HSL color Cylindrical-coordinate representation of color #50FFE9: hue angle of 172.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFE9 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 233 | - |
| CMYK | 0.69 | 0 | 0.09 | 0 |
| HSL | 172.46º | 1% | 0.66% | - |
| HSV(B) | 172.46º | 0.69% | 1% | - |
| XYZ | 53.78 | 79.11 | 89.53 | - |
| YUV | 200.17 | 146.52 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 233 | 0.69 | 0 | 0.09 | 0 | 172.46 | 1 | 0.66 |
| Hex | 50 | FF | E9 | 45 | 0 | 9 | 0 | AC | 64 | 42 |
| Octal | 120 | 377 | 351 | 105 | 0 | 11 | 0 | 254 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11101001 | 1000101 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000010 |
Color Harmonies of #50FFE9
Complementary color
Monochromatic Colors of #50FFE9
Black with #50FFE9
Text Example
Text Example
White with #50FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFE9; }
p { color: rgb(80,255,233); }
H1.HeaderClassName
{
color: #50FFE9;
}
.AnyTagClassName
{
color: #50FFE9;
}
</style>
background-color css
<style>
a { background-color: #50FFE9; }
a { background-color: rgb(80,255,233); }
div.DivClassName
{
background-color: #50FFE9;
}
.BgClassName
{
background-color: #50FFE9;
}
</style>
border-color css
<style>
span { border-color: #50FFE9; }
span { border-color: rgb(80,255,233); }
td.TdClassName
{
border-color: #50FFE9;
}
.TagClassName
{
border-color: #50FFE9;
}
</style>