Html Css Color HEX #50F7EF Baby Blue

📋 copy color: '#50F7EF'

red 80 ◦ green 247 ◦ blue 239

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

Shades of Baby Blue #50F7EF

Tints of Baby Blue #50F7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 14.13%
G = 43.64%
B = 42.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#50F7EF (or 0x50F7EF) is known color: Baby Blue. HEX triplet: 50, F7 and EF. RGB value is (80,247,239). Sum of RGB (Red+Green+Blue) = 80+247+239=566 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.13% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F7EF is #AF0810. Grayscale: #C4C4C4. Windows color (decimal): -11470865 or 15726416. OLE color: 15726416.

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

Color convert

RGB 80 247 239 -
CMYK 0.68 0 0.03 0.03
HSL 177.13º 0.91% 0.64% -
HSV(B) 177.13º 0.68% 0.97% -
XYZ 52.15 74.46 93.28 -
YUV 196.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 80 247 239 0.68 0 0.03 0.03 177.13 0.91 0.64
Hex 50 F7 EF 44 0 3 3 B1 5B 40
Octal 120 367 357 104 0 3 3 261 133 100
Binary 1010000 11110111 11101111 1000100 0 11 11 10110001 1011011 1000000

Color Harmonies of #50F7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7EF

Black with #50F7EF

Text Example


Text Example

White with #50F7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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