Shades of Baby Blue #50FEED
Tints of Baby Blue #50FEED
RGB
CMYK
RGB Variations
Color information
#50FEED (or 0x50FEED) is known color: Baby Blue. HEX triplet: 50, FE and ED. RGB value is (80,254,237). Sum of RGB (Red+Green+Blue) = 80+254+237=571 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.01% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEED is #AF0112. Grayscale: #C7C7C7. Windows color (decimal): -11469075 or 15597136. OLE color: 15597136.
HSL color Cylindrical-coordinate representation of color #50FEED: hue angle of 174.14º 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 #50FEED is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 237 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.00 |
| HSL | 174.14º | 0.99% | 0.65% | - |
| HSV(B) | 174.14º | 0.69% | 1% | - |
| XYZ | 54.04 | 78.7 | 92.46 | - |
| YUV | 200.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 237 | 0.69 | 0 | 0.07 | 0.00 | 174.14 | 0.99 | 0.65 |
| Hex | 50 | FE | ED | 45 | 0 | 7 | 0 | AE | 63 | 41 |
| Octal | 120 | 376 | 355 | 105 | 0 | 7 | 0 | 256 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11101101 | 1000101 | 0 | 111 | 0 | 10101110 | 1100011 | 1000001 |
Color Harmonies of #50FEED
Complementary color
Monochromatic Colors of #50FEED
Black with #50FEED
Text Example
Text Example
White with #50FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEED; }
p { color: rgb(80,254,237); }
H1.HeaderClassName
{
color: #50FEED;
}
.AnyTagClassName
{
color: #50FEED;
}
</style>
background-color css
<style>
a { background-color: #50FEED; }
a { background-color: rgb(80,254,237); }
div.DivClassName
{
background-color: #50FEED;
}
.BgClassName
{
background-color: #50FEED;
}
</style>
border-color css
<style>
span { border-color: #50FEED; }
span { border-color: rgb(80,254,237); }
td.TdClassName
{
border-color: #50FEED;
}
.TagClassName
{
border-color: #50FEED;
}
</style>