#50ECFB

Color #50ECFB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #50ECFB

Tints of Baby Blue #50ECFB

Color information

#50ECFB (or 0x50ECFB) is unknown color: approx Baby Blue. HEX triplet: 50, EC and FB. RGB value is (80,236,251). Sum of RGB (Red+Green+Blue) = 80+236+251=567 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.11% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #50ECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECFB is #AF1304. Grayscale: #BEBEBE. Windows color (decimal): -11473669 or 16510032. OLE color: 16510032.

HSL color Cylindrical-coordinate representation of color #50ECFB: hue angle of 185.26º degrees, saturation: 0.96, 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 #50ECFB is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80236251-
CMYK0.680.0600.02
HSL185.26º95.53%64.9%-
HSV(B)185.26º68.13%98.43%-
XYZ50.7268.66101.85-
YUV191.07161.8248.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 14.11%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=14.11%
G=41.62%
B=44.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802362510.680.0600.02185.2695.5364.9
Hex50ECFB44602b96041
Octal120354373104602271140101
Binary1010000111011001111101110001001100101011100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50ECFB; }

 p { color: rgb(80,236,251); }

 H1.HeaderClassName
 {
   color: #50ECFB;
 }
 .AnyTagClassName
 {
   color: #50ECFB;
 }
</style>
background-color css

<style>
 a { background-color: #50ECFB; }

 a { background-color: rgb(80,236,251); }

 div.DivClassName
 {
   background-color: #50ECFB;
 }
 .BgClassName
 {
   background-color: #50ECFB;
 }
</style>
border-color css

<style>
 span { border-color: #50ECFB; }

 span { border-color: rgb(80,236,251); }

 td.TdClassName
 {
   border-color: #50ECFB;
 }
 .TagClassName
 {
   border-color: #50ECFB;
 }
</style>