#50EEF6

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

Shades of Baby Blue #50EEF6

Tints of Baby Blue #50EEF6

Color information

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

HSL color Cylindrical-coordinate representation of color #50EEF6: hue angle of 182.89º 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 #50EEF6 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80238246-
CMYK0.670.0300.04
HSL182.89º90.22%63.92%-
HSV(B)182.89º67.48%96.47%-
XYZ50.5269.5197.94-
YUV191.67158.6548.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802382460.670.0300.04182.8990.2263.92
Hex50EEF643304b75a40
Octal120356366103304267132100
Binary1010000111011101111011010000111101001011011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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