Html Css Color HEX #50FCEB Baby Blue

📋 copy color: '#50FCEB'

red 80 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #50FCEB

Tints of Baby Blue #50FCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 14.11%
G = 44.44%
B = 41.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#50FCEB (or 0x50FCEB) is known color: Baby Blue. HEX triplet: 50, FC and EB. RGB value is (80,252,235). Sum of RGB (Red+Green+Blue) = 80+252+235=567 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.11% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCEB is #AF0314. Grayscale: #C6C6C6. Windows color (decimal): -11469589 or 15465552. OLE color: 15465552.

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

Color convert

RGB 80 252 235 -
CMYK 0.68 0 0.07 0.01
HSL 174.07º 0.97% 0.65% -
HSV(B) 174.07º 0.68% 0.99% -
XYZ 53.11 77.32 90.72 -
YUV 198.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 80 252 235 0.68 0 0.07 0.01 174.07 0.97 0.65
Hex 50 FC EB 44 0 7 1 AE 61 41
Octal 120 374 353 104 0 7 1 256 141 101
Binary 1010000 11111100 11101011 1000100 0 111 1 10101110 1100001 1000001

Color Harmonies of #50FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCEB

Black with #50FCEB

Text Example


Text Example

White with #50FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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