Html Css Color HEX #50FEFD Baby Blue

📋 copy color: '#50FEFD'

red 80 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #50FEFD

Tints of Baby Blue #50FEFD

RGB

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

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

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

R = 13.63%
G = 43.27%
B = 43.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#50FEFD (or 0x50FEFD) is known color: Baby Blue. HEX triplet: 50, FE and FD. RGB value is (80,254,253). Sum of RGB (Red+Green+Blue) = 80+254+253=587 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.63% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEFD is #AF0102. Grayscale: #C9C9C9. Windows color (decimal): -11469059 or 16645712. OLE color: 16645712.

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

Color convert

RGB 80 254 253 -
CMYK 0.69 0 0.00 0.00
HSL 179.66º 0.99% 0.65% -
HSV(B) 179.66º 0.69% 1% -
XYZ 56.48 79.68 105.33 -
YUV 201.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 80 254 253 0.69 0 0.00 0.00 179.66 0.99 0.65
Hex 50 FE FD 45 0 0 0 B4 63 41
Octal 120 376 375 105 0 0 0 264 143 101
Binary 1010000 11111110 11111101 1000101 0 0 0 10110100 1100011 1000001

Color Harmonies of #50FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEFD

Black with #50FEFD

Text Example


Text Example

White with #50FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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