Html Css Color HEX #50F2F0 Baby Blue

📋 copy color: '#50F2F0'

red 80 ◦ green 242 ◦ blue 240

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

Shades of Baby Blue #50F2F0

Tints of Baby Blue #50F2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 14.23%
G = 43.06%
B = 42.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#50F2F0 (or 0x50F2F0) is known color: Baby Blue. HEX triplet: 50, F2 and F0. RGB value is (80,242,240). Sum of RGB (Red+Green+Blue) = 80+242+240=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F2F0 is #AF0D0F. Grayscale: #C1C1C1. Windows color (decimal): -11472144 or 15790672. OLE color: 15790672.

HSL color Cylindrical-coordinate representation of color #50F2F0: hue angle of 179.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F2F0 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 240 -
CMYK 0.67 0 0.01 0.05
HSL 179.26º 0.86% 0.63% -
HSV(B) 179.26º 0.67% 0.95% -
XYZ 50.79 71.5 93.56 -
YUV 193.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 80 242 240 0.67 0 0.01 0.05 179.26 0.86 0.63
Hex 50 F2 F0 43 0 1 5 B3 56 3F
Octal 120 362 360 103 0 1 5 263 126 77
Binary 1010000 11110010 11110000 1000011 0 1 101 10110011 1010110 111111

Color Harmonies of #50F2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2F0

Black with #50F2F0

Text Example


Text Example

White with #50F2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,240); }

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

background-color css

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

 a { background-color: rgb(80,242,240); }

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

border-color css

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

 span { border-color: rgb(80,242,240); }

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