Html Css Color HEX #50F8EC Baby Blue

📋 copy color: '#50F8EC'

red 80 ◦ green 248 ◦ blue 236

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

Shades of Baby Blue #50F8EC

Tints of Baby Blue #50F8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 14.18%
G = 43.97%
B = 41.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#50F8EC (or 0x50F8EC) is known color: Baby Blue. HEX triplet: 50, F8 and EC. RGB value is (80,248,236). Sum of RGB (Red+Green+Blue) = 80+248+236=564 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.18% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F8EC is #AF0713. Grayscale: #C4C4C4. Windows color (decimal): -11470612 or 15530064. OLE color: 15530064.

HSL color Cylindrical-coordinate representation of color #50F8EC: hue angle of 175.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F8EC is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 236 -
CMYK 0.68 0 0.05 0.03
HSL 175.71º 0.92% 0.64% -
HSV(B) 175.71º 0.68% 0.97% -
XYZ 52.02 74.9 91.07 -
YUV 196.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 80 248 236 0.68 0 0.05 0.03 175.71 0.92 0.64
Hex 50 F8 EC 44 0 5 3 B0 5C 40
Octal 120 370 354 104 0 5 3 260 134 100
Binary 1010000 11111000 11101100 1000100 0 101 11 10110000 1011100 1000000

Color Harmonies of #50F8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8EC

Black with #50F8EC

Text Example


Text Example

White with #50F8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,236); }

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

background-color css

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

 a { background-color: rgb(80,248,236); }

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

border-color css

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

 span { border-color: rgb(80,248,236); }

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