#50EBFB

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

Shades of Baby Blue #50EBFB

Tints of Baby Blue #50EBFB

Color information

#50EBFB (or 0x50EBFB) is unknown color: approx Baby Blue. HEX triplet: 50, EB and FB. RGB value is (80,235,251). Sum of RGB (Red+Green+Blue) = 80+235+251=566 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.13% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #50EBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBFB is #AF1404. Grayscale: #BEBEBE. Windows color (decimal): -11473925 or 16509776. OLE color: 16509776.

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

Color convert

RGB80235251-
CMYK0.680.0600.02
HSL185.61º95.53%64.9%-
HSV(B)185.61º68.13%98.43%-
XYZ50.4368.09101.75-
YUV190.48162.1549.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.13%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=14.13%
G=41.52%
B=44.35%

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
Decimal802352510.680.0600.02185.6195.5364.9
Hex50EBFB44602ba6041
Octal120353373104602272140101
Binary1010000111010111111101110001001100101011101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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