Html Css Color HEX #50EDFD Baby Blue

📋 copy color: '#50EDFD'

red 80 ◦ green 237 ◦ blue 253

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

Shades of Baby Blue #50EDFD

Tints of Baby Blue #50EDFD

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 80 237 253 -
CMYK 0.68 0.06 0 0.01
HSL 185.55º 0.98% 0.65% -
HSV(B) 185.55º 0.68% 0.99% -
XYZ 51.32 69.37 103.61 -
YUV 191.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 80 237 253 0.68 0.06 0 0.01 185.55 0.98 0.65
Hex 50 ED FD 44 6 0 1 BA 62 41
Octal 120 355 375 104 6 0 1 272 142 101
Binary 1010000 11101101 11111101 1000100 110 0 1 10111010 1100010 1000001

Color Harmonies of #50EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDFD

Black with #50EDFD

Text Example


Text Example

White with #50EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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