Html Css Color HEX #50FDED Baby Blue

📋 copy color: '#50FDED'

red 80 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #50FDED

Tints of Baby Blue #50FDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 14.04%
G = 44.39%
B = 41.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#50FDED (or 0x50FDED) is known color: Baby Blue. HEX triplet: 50, FD and ED. RGB value is (80,253,237). Sum of RGB (Red+Green+Blue) = 80+253+237=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDED is #AF0212. Grayscale: #C7C7C7. Windows color (decimal): -11469331 or 15596880. OLE color: 15596880.

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

Color convert

RGB 80 253 237 -
CMYK 0.68 0 0.06 0.01
HSL 174.45º 0.98% 0.65% -
HSV(B) 174.45º 0.68% 0.99% -
XYZ 53.72 78.07 92.36 -
YUV 199.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 80 253 237 0.68 0 0.06 0.01 174.45 0.98 0.65
Hex 50 FD ED 44 0 6 1 AE 62 41
Octal 120 375 355 104 0 6 1 256 142 101
Binary 1010000 11111101 11101101 1000100 0 110 1 10101110 1100010 1000001

Color Harmonies of #50FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDED

Black with #50FDED

Text Example


Text Example

White with #50FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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