Html Css Color HEX #50EDFE Baby Blue

📋 copy color: '#50EDFE'

red 80 ◦ green 237 ◦ blue 254

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

Shades of Baby Blue #50EDFE

Tints of Baby Blue #50EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.51%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 14.01%
G = 41.51%
B = 44.48%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50EDFE (or 0x50EDFE) is known color: Baby Blue. HEX triplet: 50, ED and FE. RGB value is (80,237,254). Sum of RGB (Red+Green+Blue) = 80+237+254=571 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.01% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #50EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDFE is #AF1201. Grayscale: #BFBFBF. Windows color (decimal): -11473410 or 16706896. OLE color: 16706896.

HSL color Cylindrical-coordinate representation of color #50EDFE: hue angle of 185.86º 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 #50EDFE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 237 254 -
CMYK 0.69 0.07 0 0.00
HSL 185.86º 0.99% 0.65% -
HSV(B) 185.86º 0.69% 1% -
XYZ 51.48 69.43 104.45 -
YUV 192 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 80 237 254 0.69 0.07 0 0.00 185.86 0.99 0.65
Hex 50 ED FE 45 7 0 0 BA 63 41
Octal 120 355 376 105 7 0 0 272 143 101
Binary 1010000 11101101 11111110 1000101 111 0 0 10111010 1100011 1000001

Color Harmonies of #50EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDFE

Black with #50EDFE

Text Example


Text Example

White with #50EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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