Shades of Baby Blue #50EDFA
Tints of Baby Blue #50EDFA
RGB
CMYK
RGB Variations
Color information
#50EDFA (or 0x50EDFA) is known color: Baby Blue. HEX triplet: 50, ED and FA. RGB value is (80,237,250). Sum of RGB (Red+Green+Blue) = 80+237+250=567 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.11% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #50EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDFA is #AF1205. Grayscale: #BFBFBF. Windows color (decimal): -11473414 or 16444752. OLE color: 16444752.
HSL color Cylindrical-coordinate representation of color #50EDFA: hue angle of 184.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EDFA is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 237 | 250 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.02 |
| HSL | 184.59º | 0.94% | 0.65% | - |
| HSV(B) | 184.59º | 0.68% | 0.98% | - |
| XYZ | 50.85 | 69.18 | 101.11 | - |
| YUV | 191.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 250 | 0.68 | 0.05 | 0 | 0.02 | 184.59 | 0.94 | 0.65 |
| Hex | 50 | ED | FA | 44 | 5 | 0 | 2 | B9 | 5E | 41 |
| Octal | 120 | 355 | 372 | 104 | 5 | 0 | 2 | 271 | 136 | 101 |
| Binary | 1010000 | 11101101 | 11111010 | 1000100 | 101 | 0 | 10 | 10111001 | 1011110 | 1000001 |
Color Harmonies of #50EDFA
Complementary color
Monochromatic Colors of #50EDFA
Black with #50EDFA
Text Example
Text Example
White with #50EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDFA; }
p { color: rgb(80,237,250); }
H1.HeaderClassName
{
color: #50EDFA;
}
.AnyTagClassName
{
color: #50EDFA;
}
</style>
background-color css
<style>
a { background-color: #50EDFA; }
a { background-color: rgb(80,237,250); }
div.DivClassName
{
background-color: #50EDFA;
}
.BgClassName
{
background-color: #50EDFA;
}
</style>
border-color css
<style>
span { border-color: #50EDFA; }
span { border-color: rgb(80,237,250); }
td.TdClassName
{
border-color: #50EDFA;
}
.TagClassName
{
border-color: #50EDFA;
}
</style>