Shades of Baby Blue #50FDEA
Tints of Baby Blue #50FDEA
RGB
CMYK
RGB Variations
Color information
#50FDEA (or 0x50FDEA) is known color: Baby Blue. HEX triplet: 50, FD and EA. RGB value is (80,253,234). Sum of RGB (Red+Green+Blue) = 80+253+234=567 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.11% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDEA is #AF0215. Grayscale: #C7C7C7. Windows color (decimal): -11469334 or 15400272. OLE color: 15400272.
HSL color Cylindrical-coordinate representation of color #50FDEA: hue angle of 173.41º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDEA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 234 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.01 |
| HSL | 173.41º | 0.98% | 0.65% | - |
| HSV(B) | 173.41º | 0.68% | 0.99% | - |
| XYZ | 53.28 | 77.9 | 90.07 | - |
| YUV | 199.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 234 | 0.68 | 0 | 0.08 | 0.01 | 173.41 | 0.98 | 0.65 |
| Hex | 50 | FD | EA | 44 | 0 | 8 | 1 | AD | 62 | 41 |
| Octal | 120 | 375 | 352 | 104 | 0 | 10 | 1 | 255 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11101010 | 1000100 | 0 | 1000 | 1 | 10101101 | 1100010 | 1000001 |
Color Harmonies of #50FDEA
Complementary color
Monochromatic Colors of #50FDEA
Black with #50FDEA
Text Example
Text Example
White with #50FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDEA; }
p { color: rgb(80,253,234); }
H1.HeaderClassName
{
color: #50FDEA;
}
.AnyTagClassName
{
color: #50FDEA;
}
</style>
background-color css
<style>
a { background-color: #50FDEA; }
a { background-color: rgb(80,253,234); }
div.DivClassName
{
background-color: #50FDEA;
}
.BgClassName
{
background-color: #50FDEA;
}
</style>
border-color css
<style>
span { border-color: #50FDEA; }
span { border-color: rgb(80,253,234); }
td.TdClassName
{
border-color: #50FDEA;
}
.TagClassName
{
border-color: #50FDEA;
}
</style>