Html Css Color HEX #50F4F1 Baby Blue

📋 copy color: '#50F4F1'

red 80 ◦ green 244 ◦ blue 241

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

Shades of Baby Blue #50F4F1

Tints of Baby Blue #50F4F1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 14.16%
G = 43.19%
B = 42.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#50F4F1 (or 0x50F4F1) is known color: Baby Blue. HEX triplet: 50, F4 and F1. RGB value is (80,244,241). Sum of RGB (Red+Green+Blue) = 80+244+241=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F4F1 is #AF0B0E. Grayscale: #C2C2C2. Windows color (decimal): -11471631 or 15856720. OLE color: 15856720.

HSL color Cylindrical-coordinate representation of color #50F4F1: hue angle of 178.9º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4F1 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 241 -
CMYK 0.67 0 0.01 0.04
HSL 178.9º 0.88% 0.64% -
HSV(B) 178.9º 0.67% 0.96% -
XYZ 51.54 72.76 94.55 -
YUV 194.62 154.17 46.24 -
System Red Green Blue C M Y K H S L
Decimal 80 244 241 0.67 0 0.01 0.04 178.9 0.88 0.64
Hex 50 F4 F1 43 0 1 4 B3 58 40
Octal 120 364 361 103 0 1 4 263 130 100
Binary 1010000 11110100 11110001 1000011 0 1 100 10110011 1011000 1000000

Color Harmonies of #50F4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F4F1

Black with #50F4F1

Text Example


Text Example

White with #50F4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,241); }

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

background-color css

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

 a { background-color: rgb(80,244,241); }

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

border-color css

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

 span { border-color: rgb(80,244,241); }

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