Html Css Color HEX #50F3F9 Baby Blue

📋 copy color: '#50F3F9'

red 80 ◦ green 243 ◦ blue 249

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

Shades of Baby Blue #50F3F9

Tints of Baby Blue #50F3F9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.48%

 BLUE value IS 249 (97.66% from 255) = 43.53%

R = 13.99%
G = 42.48%
B = 43.53%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50F3F9 (or 0x50F3F9) is known color: Baby Blue. HEX triplet: 50, F3 and F9. RGB value is (80,243,249). Sum of RGB (Red+Green+Blue) = 80+243+249=572 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.99% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #50F3F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F3F9 is #AF0C06. Grayscale: #C2C2C2. Windows color (decimal): -11471879 or 16380752. OLE color: 16380752.

HSL color Cylindrical-coordinate representation of color #50F3F9: hue angle of 182.13º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F3F9 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 243 249 -
CMYK 0.68 0.02 0 0.02
HSL 182.13º 0.93% 0.65% -
HSV(B) 182.13º 0.68% 0.98% -
XYZ 52.46 72.65 100.88 -
YUV 194.95 158.5 46.01 -
System Red Green Blue C M Y K H S L
Decimal 80 243 249 0.68 0.02 0 0.02 182.13 0.93 0.65
Hex 50 F3 F9 44 2 0 2 B6 5D 41
Octal 120 363 371 104 2 0 2 266 135 101
Binary 1010000 11110011 11111001 1000100 10 0 10 10110110 1011101 1000001

Color Harmonies of #50F3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F3F9

Black with #50F3F9

Text Example


Text Example

White with #50F3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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