Shades of Baby Blue #50FEF1
Tints of Baby Blue #50FEF1
RGB
CMYK
RGB Variations
Color information
#50FEF1 (or 0x50FEF1) is known color: Baby Blue. HEX triplet: 50, FE and F1. RGB value is (80,254,241). Sum of RGB (Red+Green+Blue) = 80+254+241=575 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.91% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEF1 is #AF010E. Grayscale: #C8C8C8. Windows color (decimal): -11469071 or 15859280. OLE color: 15859280.
HSL color Cylindrical-coordinate representation of color #50FEF1: hue angle of 175.52º 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 #50FEF1 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 241 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.00 |
| HSL | 175.52º | 0.99% | 0.65% | - |
| HSV(B) | 175.52º | 0.69% | 1% | - |
| XYZ | 54.63 | 78.94 | 95.58 | - |
| YUV | 200.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 241 | 0.69 | 0 | 0.05 | 0.00 | 175.52 | 0.99 | 0.65 |
| Hex | 50 | FE | F1 | 45 | 0 | 5 | 0 | B0 | 63 | 41 |
| Octal | 120 | 376 | 361 | 105 | 0 | 5 | 0 | 260 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11110001 | 1000101 | 0 | 101 | 0 | 10110000 | 1100011 | 1000001 |
Color Harmonies of #50FEF1
Complementary color
Monochromatic Colors of #50FEF1
Black with #50FEF1
Text Example
Text Example
White with #50FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEF1; }
p { color: rgb(80,254,241); }
H1.HeaderClassName
{
color: #50FEF1;
}
.AnyTagClassName
{
color: #50FEF1;
}
</style>
background-color css
<style>
a { background-color: #50FEF1; }
a { background-color: rgb(80,254,241); }
div.DivClassName
{
background-color: #50FEF1;
}
.BgClassName
{
background-color: #50FEF1;
}
</style>
border-color css
<style>
span { border-color: #50FEF1; }
span { border-color: rgb(80,254,241); }
td.TdClassName
{
border-color: #50FEF1;
}
.TagClassName
{
border-color: #50FEF1;
}
</style>