Html Css Color HEX #50FEF0 Baby Blue

📋 copy color: '#50FEF0'

red 80 ◦ green 254 ◦ blue 240

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

Shades of Baby Blue #50FEF0

Tints of Baby Blue #50FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.25%

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 13.94%
G = 44.25%
B = 41.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#50FEF0 (or 0x50FEF0) is known color: Baby Blue. HEX triplet: 50, FE and F0. RGB value is (80,254,240). Sum of RGB (Red+Green+Blue) = 80+254+240=574 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.94% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEF0 is #AF010F. Grayscale: #C8C8C8. Windows color (decimal): -11469072 or 15793744. OLE color: 15793744.

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

Color convert

RGB 80 254 240 -
CMYK 0.69 0 0.06 0.00
HSL 175.17º 0.99% 0.65% -
HSV(B) 175.17º 0.69% 1% -
XYZ 54.48 78.88 94.79 -
YUV 200.38 150.35 42.14 -
System Red Green Blue C M Y K H S L
Decimal 80 254 240 0.69 0 0.06 0.00 175.17 0.99 0.65
Hex 50 FE F0 45 0 6 0 AF 63 41
Octal 120 376 360 105 0 6 0 257 143 101
Binary 1010000 11111110 11110000 1000101 0 110 0 10101111 1100011 1000001

Color Harmonies of #50FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEF0

Black with #50FEF0

Text Example


Text Example

White with #50FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,240); }

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

background-color css

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

 a { background-color: rgb(80,254,240); }

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

border-color css

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

 span { border-color: rgb(80,254,240); }

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