Html Css Color HEX #50ECF9 Baby Blue

📋 copy color: '#50ECF9'

red 80 ◦ green 236 ◦ blue 249

#50ECF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #50ECF9

Tints of Baby Blue #50ECF9

RGB

 RED value IS 80 (31.64% from 255) = 14.16%

 GREEN value IS 236 (92.58% from 255) = 41.77%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 14.16%
G = 41.77%
B = 44.07%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50ECF9 (or 0x50ECF9) is known color: Baby Blue. HEX triplet: 50, EC and F9. RGB value is (80,236,249). Sum of RGB (Red+Green+Blue) = 80+236+249=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #50ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECF9 is #AF1306. Grayscale: #BEBEBE. Windows color (decimal): -11473671 or 16378960. OLE color: 16378960.

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

Color convert

RGB 80 236 249 -
CMYK 0.68 0.05 0 0.02
HSL 184.62º 0.93% 0.65% -
HSV(B) 184.62º 0.68% 0.98% -
XYZ 50.4 68.54 100.19 -
YUV 190.84 160.82 48.94 -
System Red Green Blue C M Y K H S L
Decimal 80 236 249 0.68 0.05 0 0.02 184.62 0.93 0.65
Hex 50 EC F9 44 5 0 2 B9 5D 41
Octal 120 354 371 104 5 0 2 271 135 101
Binary 1010000 11101100 11111001 1000100 101 0 10 10111001 1011101 1000001

Color Harmonies of #50ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECF9

Black with #50ECF9

Text Example


Text Example

White with #50ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,249); }

 H1.HeaderClassName
 {
   color: #50ECF9;
 }
 .AnyTagClassName
 {
   color: #50ECF9;
 }
</style>

background-color css

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

 a { background-color: rgb(80,236,249); }

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

border-color css

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

 span { border-color: rgb(80,236,249); }

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