Shades of Baby Blue #50ECFD
Tints of Baby Blue #50ECFD
RGB
CMYK
RGB Variations
Color information
#50ECFD (or 0x50ECFD) is known color: Baby Blue. HEX triplet: 50, EC and FD. RGB value is (80,236,253). Sum of RGB (Red+Green+Blue) = 80+236+253=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #50ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECFD is #AF1302. Grayscale: #BFBFBF. Windows color (decimal): -11473667 or 16641104. OLE color: 16641104.
HSL color Cylindrical-coordinate representation of color #50ECFD: hue angle of 185.9º 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 #50ECFD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 236 | 253 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.01 |
| HSL | 185.9º | 0.98% | 0.65% | - |
| HSV(B) | 185.9º | 0.68% | 0.99% | - |
| XYZ | 51.03 | 68.79 | 103.52 | - |
| YUV | 191.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 253 | 0.68 | 0.07 | 0 | 0.01 | 185.9 | 0.98 | 0.65 |
| Hex | 50 | EC | FD | 44 | 7 | 0 | 1 | BA | 62 | 41 |
| Octal | 120 | 354 | 375 | 104 | 7 | 0 | 1 | 272 | 142 | 101 |
| Binary | 1010000 | 11101100 | 11111101 | 1000100 | 111 | 0 | 1 | 10111010 | 1100010 | 1000001 |
Color Harmonies of #50ECFD
Complementary color
Monochromatic Colors of #50ECFD
Black with #50ECFD
Text Example
Text Example
White with #50ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECFD; }
p { color: rgb(80,236,253); }
H1.HeaderClassName
{
color: #50ECFD;
}
.AnyTagClassName
{
color: #50ECFD;
}
</style>
background-color css
<style>
a { background-color: #50ECFD; }
a { background-color: rgb(80,236,253); }
div.DivClassName
{
background-color: #50ECFD;
}
.BgClassName
{
background-color: #50ECFD;
}
</style>
border-color css
<style>
span { border-color: #50ECFD; }
span { border-color: rgb(80,236,253); }
td.TdClassName
{
border-color: #50ECFD;
}
.TagClassName
{
border-color: #50ECFD;
}
</style>