Shades of Baby Blue #50ECFC
Tints of Baby Blue #50ECFC
RGB
CMYK
RGB Variations
Color information
#50ECFC (or 0x50ECFC) is known color: Baby Blue. HEX triplet: 50, EC and FC. RGB value is (80,236,252). Sum of RGB (Red+Green+Blue) = 80+236+252=568 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.08% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #50ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECFC is #AF1303. Grayscale: #BEBEBE. Windows color (decimal): -11473668 or 16575568. OLE color: 16575568.
HSL color Cylindrical-coordinate representation of color #50ECFC: hue angle of 185.58º degrees, saturation: 0.97, 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 #50ECFC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 236 | 252 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.01 |
| HSL | 185.58º | 0.97% | 0.65% | - |
| HSV(B) | 185.58º | 0.68% | 0.99% | - |
| XYZ | 50.87 | 68.72 | 102.68 | - |
| YUV | 191.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 252 | 0.68 | 0.06 | 0 | 0.01 | 185.58 | 0.97 | 0.65 |
| Hex | 50 | EC | FC | 44 | 6 | 0 | 1 | BA | 61 | 41 |
| Octal | 120 | 354 | 374 | 104 | 6 | 0 | 1 | 272 | 141 | 101 |
| Binary | 1010000 | 11101100 | 11111100 | 1000100 | 110 | 0 | 1 | 10111010 | 1100001 | 1000001 |
Color Harmonies of #50ECFC
Complementary color
Monochromatic Colors of #50ECFC
Black with #50ECFC
Text Example
Text Example
White with #50ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECFC; }
p { color: rgb(80,236,252); }
H1.HeaderClassName
{
color: #50ECFC;
}
.AnyTagClassName
{
color: #50ECFC;
}
</style>
background-color css
<style>
a { background-color: #50ECFC; }
a { background-color: rgb(80,236,252); }
div.DivClassName
{
background-color: #50ECFC;
}
.BgClassName
{
background-color: #50ECFC;
}
</style>
border-color css
<style>
span { border-color: #50ECFC; }
span { border-color: rgb(80,236,252); }
td.TdClassName
{
border-color: #50ECFC;
}
.TagClassName
{
border-color: #50ECFC;
}
</style>