Html Css Color HEX #50FCEC Baby Blue

📋 copy color: '#50FCEC'

red 80 ◦ green 252 ◦ blue 236

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

Shades of Baby Blue #50FCEC

Tints of Baby Blue #50FCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

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

R = 14.08%
G = 44.37%
B = 41.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#50FCEC (or 0x50FCEC) is known color: Baby Blue. HEX triplet: 50, FC and EC. RGB value is (80,252,236). Sum of RGB (Red+Green+Blue) = 80+252+236=568 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.08% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCEC is #AF0313. Grayscale: #C6C6C6. Windows color (decimal): -11469588 or 15531088. OLE color: 15531088.

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

Color convert

RGB 80 252 236 -
CMYK 0.68 0 0.06 0.01
HSL 174.42º 0.97% 0.65% -
HSV(B) 174.42º 0.68% 0.99% -
XYZ 53.26 77.38 91.49 -
YUV 198.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 80 252 236 0.68 0 0.06 0.01 174.42 0.97 0.65
Hex 50 FC EC 44 0 6 1 AE 61 41
Octal 120 374 354 104 0 6 1 256 141 101
Binary 1010000 11111100 11101100 1000100 0 110 1 10101110 1100001 1000001

Color Harmonies of #50FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCEC

Black with #50FCEC

Text Example


Text Example

White with #50FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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