Html Css Color HEX #50FCE9 Baby Blue

📋 copy color: '#50FCE9'

red 80 ◦ green 252 ◦ blue 233

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

Shades of Baby Blue #50FCE9

Tints of Baby Blue #50FCE9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

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

R = 14.16%
G = 44.6%
B = 41.24%

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

#50FCE9 (or 0x50FCE9) is known color: Baby Blue. HEX triplet: 50, FC and E9. RGB value is (80,252,233). Sum of RGB (Red+Green+Blue) = 80+252+233=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCE9 is #AF0316. Grayscale: #C6C6C6. Windows color (decimal): -11469591 or 15334480. OLE color: 15334480.

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

Color convert

RGB 80 252 233 -
CMYK 0.68 0 0.08 0.01
HSL 173.37º 0.97% 0.65% -
HSV(B) 173.37º 0.68% 0.99% -
XYZ 52.83 77.21 89.21 -
YUV 198.41 147.52 43.54 -
System Red Green Blue C M Y K H S L
Decimal 80 252 233 0.68 0 0.08 0.01 173.37 0.97 0.65
Hex 50 FC E9 44 0 8 1 AD 61 41
Octal 120 374 351 104 0 10 1 255 141 101
Binary 1010000 11111100 11101001 1000100 0 1000 1 10101101 1100001 1000001

Color Harmonies of #50FCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCE9

Black with #50FCE9

Text Example


Text Example

White with #50FCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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