Html Css Color HEX #50FDE8 Baby Blue

📋 copy color: '#50FDE8'

red 80 ◦ green 253 ◦ blue 232

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

Shades of Baby Blue #50FDE8

Tints of Baby Blue #50FDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 14.16%
G = 44.78%
B = 41.06%

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

#50FDE8 (or 0x50FDE8) is known color: Baby Blue. HEX triplet: 50, FD and E8. RGB value is (80,253,232). Sum of RGB (Red+Green+Blue) = 80+253+232=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDE8 is #AF0217. Grayscale: #C6C6C6. Windows color (decimal): -11469336 or 15269200. OLE color: 15269200.

HSL color Cylindrical-coordinate representation of color #50FDE8: hue angle of 172.72º 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 #50FDE8 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 232 -
CMYK 0.68 0 0.08 0.01
HSL 172.72º 0.98% 0.65% -
HSV(B) 172.72º 0.68% 0.99% -
XYZ 53 77.78 88.56 -
YUV 198.88 146.69 43.21 -
System Red Green Blue C M Y K H S L
Decimal 80 253 232 0.68 0 0.08 0.01 172.72 0.98 0.65
Hex 50 FD E8 44 0 8 1 AD 62 41
Octal 120 375 350 104 0 10 1 255 142 101
Binary 1010000 11111101 11101000 1000100 0 1000 1 10101101 1100010 1000001

Color Harmonies of #50FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDE8

Black with #50FDE8

Text Example


Text Example

White with #50FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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