Shades of Baby Blue #50FEEB
Tints of Baby Blue #50FEEB
RGB
CMYK
RGB Variations
Color information
#50FEEB (or 0x50FEEB) is known color: Baby Blue. HEX triplet: 50, FE and EB. RGB value is (80,254,235). Sum of RGB (Red+Green+Blue) = 80+254+235=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEEB is #AF0114. Grayscale: #C7C7C7. Windows color (decimal): -11469077 or 15466064. OLE color: 15466064.
HSL color Cylindrical-coordinate representation of color #50FEEB: hue angle of 173.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEEB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 235 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.00 |
| HSL | 173.45º | 0.99% | 0.65% | - |
| HSV(B) | 173.45º | 0.69% | 1% | - |
| XYZ | 53.75 | 78.59 | 90.93 | - |
| YUV | 199.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 235 | 0.69 | 0 | 0.07 | 0.00 | 173.45 | 0.99 | 0.65 |
| Hex | 50 | FE | EB | 45 | 0 | 7 | 0 | AD | 63 | 41 |
| Octal | 120 | 376 | 353 | 105 | 0 | 7 | 0 | 255 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11101011 | 1000101 | 0 | 111 | 0 | 10101101 | 1100011 | 1000001 |
Color Harmonies of #50FEEB
Complementary color
Monochromatic Colors of #50FEEB
Black with #50FEEB
Text Example
Text Example
White with #50FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEEB; }
p { color: rgb(80,254,235); }
H1.HeaderClassName
{
color: #50FEEB;
}
.AnyTagClassName
{
color: #50FEEB;
}
</style>
background-color css
<style>
a { background-color: #50FEEB; }
a { background-color: rgb(80,254,235); }
div.DivClassName
{
background-color: #50FEEB;
}
.BgClassName
{
background-color: #50FEEB;
}
</style>
border-color css
<style>
span { border-color: #50FEEB; }
span { border-color: rgb(80,254,235); }
td.TdClassName
{
border-color: #50FEEB;
}
.TagClassName
{
border-color: #50FEEB;
}
</style>