Html Css Color HEX #50FFEB Baby Blue

📋 copy color: '#50FFEB'

red 80 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #50FFEB

Tints of Baby Blue #50FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 44.74%

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 14.04%
G = 44.74%
B = 41.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#50FFEB (or 0x50FFEB) is known color: Baby Blue. HEX triplet: 50, FF and EB. RGB value is (80,255,235). Sum of RGB (Red+Green+Blue) = 80+255+235=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFEB is #AF0014. Grayscale: #C8C8C8. Windows color (decimal): -11468821 or 15466320. OLE color: 15466320.

HSL color Cylindrical-coordinate representation of color #50FFEB: hue angle of 173.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFEB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 235 -
CMYK 0.69 0 0.08 0
HSL 173.14º 1% 0.66% -
HSV(B) 173.14º 0.69% 1% -
XYZ 54.06 79.22 91.04 -
YUV 200.4 147.52 42.13 -
System Red Green Blue C M Y K H S L
Decimal 80 255 235 0.69 0 0.08 0 173.14 1 0.66
Hex 50 FF EB 45 0 8 0 AD 64 42
Octal 120 377 353 105 0 10 0 255 144 102
Binary 1010000 11111111 11101011 1000101 0 1000 0 10101101 1100100 1000010

Color Harmonies of #50FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFEB

Black with #50FFEB

Text Example


Text Example

White with #50FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,255,235); }

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

background-color css

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

 a { background-color: rgb(80,255,235); }

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

border-color css

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

 span { border-color: rgb(80,255,235); }

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