#50EDF8

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

Shades of Baby Blue #50EDF8

Tints of Baby Blue #50EDF8

Color information

#50EDF8 (or 0x50EDF8) is unknown color: approx Baby Blue. HEX triplet: 50, ED and F8. RGB value is (80,237,248). Sum of RGB (Red+Green+Blue) = 80+237+248=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #50EDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDF8 is #AF1207. Grayscale: #BFBFBF. Windows color (decimal): -11473416 or 16313680. OLE color: 16313680.

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

Color convert

RGB80237248-
CMYK0.680.0400.03
HSL183.93º92.31%64.31%-
HSV(B)183.93º67.74%97.25%-
XYZ50.5469.0599.47-
YUV191.31159.9948.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.16%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=14.16%
G=41.95%
B=43.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal802372480.680.0400.03183.9392.3164.31
Hex50EDF844403b85c40
Octal120355370104403270134100
Binary1010000111011011111100010001001000111011100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,248); }

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

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

 a { background-color: rgb(80,237,248); }

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

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

 span { border-color: rgb(80,237,248); }

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