Html Css Color HEX #50FDE9 Baby Blue

📋 copy color: '#50FDE9'

red 80 ◦ green 253 ◦ blue 233

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

Shades of Baby Blue #50FDE9

Tints of Baby Blue #50FDE9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.7%

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 14.13%
G = 44.7%
B = 41.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#50FDE9 (or 0x50FDE9) is known color: Baby Blue. HEX triplet: 50, FD and E9. RGB value is (80,253,233). Sum of RGB (Red+Green+Blue) = 80+253+233=566 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.13% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDE9 is #AF0216. Grayscale: #C6C6C6. Windows color (decimal): -11469335 or 15334736. OLE color: 15334736.

HSL color Cylindrical-coordinate representation of color #50FDE9: hue angle of 173.06º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDE9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 233 -
CMYK 0.68 0 0.08 0.01
HSL 173.06º 0.98% 0.65% -
HSV(B) 173.06º 0.68% 0.99% -
XYZ 53.14 77.84 89.31 -
YUV 198.99 147.19 43.13 -
System Red Green Blue C M Y K H S L
Decimal 80 253 233 0.68 0 0.08 0.01 173.06 0.98 0.65
Hex 50 FD E9 44 0 8 1 AD 62 41
Octal 120 375 351 104 0 10 1 255 142 101
Binary 1010000 11111101 11101001 1000100 0 1000 1 10101101 1100010 1000001

Color Harmonies of #50FDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDE9

Black with #50FDE9

Text Example


Text Example

White with #50FDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,233); }

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

background-color css

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

 a { background-color: rgb(80,253,233); }

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

border-color css

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

 span { border-color: rgb(80,253,233); }

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