Html Css Color HEX #50FFED Baby Blue

📋 copy color: '#50FFED'

red 80 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #50FFED

Tints of Baby Blue #50FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

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

R = 13.99%
G = 44.58%
B = 41.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#50FFED (or 0x50FFED) is known color: Baby Blue. HEX triplet: 50, FF and ED. RGB value is (80,255,237). Sum of RGB (Red+Green+Blue) = 80+255+237=572 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.99% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFED is #AF0012. Grayscale: #C8C8C8. Windows color (decimal): -11468819 or 15597392. OLE color: 15597392.

HSL color Cylindrical-coordinate representation of color #50FFED: hue angle of 173.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFED is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 237 -
CMYK 0.69 0 0.07 0
HSL 173.83º 1% 0.66% -
HSV(B) 173.83º 0.69% 1% -
XYZ 54.35 79.34 92.57 -
YUV 200.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 80 255 237 0.69 0 0.07 0 173.83 1 0.66
Hex 50 FF ED 45 0 7 0 AE 64 42
Octal 120 377 355 105 0 7 0 256 144 102
Binary 1010000 11111111 11101101 1000101 0 111 0 10101110 1100100 1000010

Color Harmonies of #50FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFED

Black with #50FFED

Text Example


Text Example

White with #50FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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