#50FBEA

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

Shades of Baby Blue #50FBEA

Tints of Baby Blue #50FBEA

Color information

#50FBEA (or 0x50FBEA) is unknown color: approx Baby Blue. HEX triplet: 50, FB and EA. RGB value is (80,251,234). Sum of RGB (Red+Green+Blue) = 80+251+234=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FBEA is #AF0415. Grayscale: #C5C5C5. Windows color (decimal): -11469846 or 15399760. OLE color: 15399760.

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

Color convert

RGB80251234-
CMYK0.6800.070.02
HSL174.04º95.53%64.9%-
HSV(B)174.04º68.13%98.43%-
XYZ52.6676.6489.86-
YUV197.93148.3543.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.16%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=14.16%
G=44.42%
B=41.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802512340.6800.070.02174.0495.5364.9
Hex50FBEA44072ae6041
Octal120373352104072256140101
Binary1010000111110111110101010001000111101010111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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