Html Css Color HEX #50EEFD Baby Blue

📋 copy color: '#50EEFD'

red 80 ◦ green 238 ◦ blue 253

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

Shades of Baby Blue #50EEFD

Tints of Baby Blue #50EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

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

R = 14.01%
G = 41.68%
B = 44.31%

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

#50EEFD (or 0x50EEFD) is known color: Baby Blue. HEX triplet: 50, EE and FD. RGB value is (80,238,253). Sum of RGB (Red+Green+Blue) = 80+238+253=571 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.01% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #50EEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEFD is #AF1102. Grayscale: #C0C0C0. Windows color (decimal): -11473155 or 16641616. OLE color: 16641616.

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

Color convert

RGB 80 238 253 -
CMYK 0.68 0.06 0 0.01
HSL 185.2º 0.98% 0.65% -
HSV(B) 185.2º 0.68% 0.99% -
XYZ 51.61 69.95 103.71 -
YUV 192.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 80 238 253 0.68 0.06 0 0.01 185.2 0.98 0.65
Hex 50 EE FD 44 6 0 1 B9 62 41
Octal 120 356 375 104 6 0 1 271 142 101
Binary 1010000 11101110 11111101 1000100 110 0 1 10111001 1100010 1000001

Color Harmonies of #50EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEFD

Black with #50EEFD

Text Example


Text Example

White with #50EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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