#50F6EE

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

Shades of Baby Blue #50F6EE

Tints of Baby Blue #50F6EE

Color information

#50F6EE (or 0x50F6EE) is unknown color: approx Baby Blue. HEX triplet: 50, F6 and EE. RGB value is (80,246,238). Sum of RGB (Red+Green+Blue) = 80+246+238=564 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.18% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F6EE is #AF0911. Grayscale: #C3C3C3. Windows color (decimal): -11471122 or 15660624. OLE color: 15660624.

HSL color Cylindrical-coordinate representation of color #50F6EE: hue angle of 177.11º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F6EE is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB80246238-
CMYK0.6700.030.04
HSL177.11º90.22%63.92%-
HSV(B)177.11º67.48%96.47%-
XYZ51.773.7992.41-
YUV195.4515245.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.18%
GREEN value IS 246 (96.48% from 255) = 43.62%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=14.18%
G=43.62%
B=42.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802462380.6700.030.04177.1190.2263.92
Hex50F6EE43034b15a40
Octal120366356103034261132100
Binary1010000111101101110111010000110111001011000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,246,238); }

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

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

 a { background-color: rgb(80,246,238); }

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

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

 span { border-color: rgb(80,246,238); }

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