Html Css Color HEX #50F7F3 Baby Blue

📋 copy color: '#50F7F3'

red 80 ◦ green 247 ◦ blue 243

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

Shades of Baby Blue #50F7F3

Tints of Baby Blue #50F7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.33%

 BLUE value IS 243 (95.31% from 255) = 42.63%

R = 14.04%
G = 43.33%
B = 42.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#50F7F3 (or 0x50F7F3) is known color: Baby Blue. HEX triplet: 50, F7 and F3. RGB value is (80,247,243). Sum of RGB (Red+Green+Blue) = 80+247+243=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F7F3 is #AF080C. Grayscale: #C4C4C4. Windows color (decimal): -11470861 or 15988560. OLE color: 15988560.

HSL color Cylindrical-coordinate representation of color #50F7F3: hue angle of 178.56º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7F3 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 243 -
CMYK 0.68 0 0.02 0.03
HSL 178.56º 0.91% 0.64% -
HSV(B) 178.56º 0.68% 0.97% -
XYZ 52.75 74.7 96.43 -
YUV 196.61 154.17 44.83 -
System Red Green Blue C M Y K H S L
Decimal 80 247 243 0.68 0 0.02 0.03 178.56 0.91 0.64
Hex 50 F7 F3 44 0 2 3 B3 5B 40
Octal 120 367 363 104 0 2 3 263 133 100
Binary 1010000 11110111 11110011 1000100 0 10 11 10110011 1011011 1000000

Color Harmonies of #50F7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7F3

Black with #50F7F3

Text Example


Text Example

White with #50F7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,243); }

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

background-color css

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

 a { background-color: rgb(80,247,243); }

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

border-color css

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

 span { border-color: rgb(80,247,243); }

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