Html Css Color HEX #50FDF9 Baby Blue

📋 copy color: '#50FDF9'

red 80 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #50FDF9

Tints of Baby Blue #50FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.47%

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

R = 13.75%
G = 43.47%
B = 42.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#50FDF9 (or 0x50FDF9) is known color: Baby Blue. HEX triplet: 50, FD and F9. RGB value is (80,253,249). Sum of RGB (Red+Green+Blue) = 80+253+249=582 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.75% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDF9 is #AF0206. Grayscale: #C8C8C8. Windows color (decimal): -11469319 or 16383312. OLE color: 16383312.

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

Color convert

RGB 80 253 249 -
CMYK 0.68 0 0.02 0.01
HSL 178.61º 0.98% 0.65% -
HSV(B) 178.61º 0.68% 0.99% -
XYZ 55.53 78.8 101.9 -
YUV 200.82 155.19 41.83 -
System Red Green Blue C M Y K H S L
Decimal 80 253 249 0.68 0 0.02 0.01 178.61 0.98 0.65
Hex 50 FD F9 44 0 2 1 B3 62 41
Octal 120 375 371 104 0 2 1 263 142 101
Binary 1010000 11111101 11111001 1000100 0 10 1 10110011 1100010 1000001

Color Harmonies of #50FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDF9

Black with #50FDF9

Text Example


Text Example

White with #50FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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