Shades of Baby Blue #50FFEA
Tints of Baby Blue #50FFEA
RGB
CMYK
RGB Variations
Color information
#50FFEA (or 0x50FFEA) is known color: Baby Blue. HEX triplet: 50, FF and EA. RGB value is (80,255,234). Sum of RGB (Red+Green+Blue) = 80+255+234=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFEA is #AF0015. Grayscale: #C8C8C8. Windows color (decimal): -11468822 or 15400784. OLE color: 15400784.
HSL color Cylindrical-coordinate representation of color #50FFEA: hue angle of 172.8º 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 #50FFEA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 234 | - |
| CMYK | 0.69 | 0 | 0.08 | 0 |
| HSL | 172.8º | 1% | 0.66% | - |
| HSV(B) | 172.8º | 0.69% | 1% | - |
| XYZ | 53.92 | 79.17 | 90.28 | - |
| YUV | 200.28 | 147.02 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 234 | 0.69 | 0 | 0.08 | 0 | 172.8 | 1 | 0.66 |
| Hex | 50 | FF | EA | 45 | 0 | 8 | 0 | AD | 64 | 42 |
| Octal | 120 | 377 | 352 | 105 | 0 | 10 | 0 | 255 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11101010 | 1000101 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000010 |
Color Harmonies of #50FFEA
Complementary color
Monochromatic Colors of #50FFEA
Black with #50FFEA
Text Example
Text Example
White with #50FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFEA; }
p { color: rgb(80,255,234); }
H1.HeaderClassName
{
color: #50FFEA;
}
.AnyTagClassName
{
color: #50FFEA;
}
</style>
background-color css
<style>
a { background-color: #50FFEA; }
a { background-color: rgb(80,255,234); }
div.DivClassName
{
background-color: #50FFEA;
}
.BgClassName
{
background-color: #50FFEA;
}
</style>
border-color css
<style>
span { border-color: #50FFEA; }
span { border-color: rgb(80,255,234); }
td.TdClassName
{
border-color: #50FFEA;
}
.TagClassName
{
border-color: #50FFEA;
}
</style>