Html Css Color HEX #50EBFC Baby Blue

📋 copy color: '#50EBFC'

red 80 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #50EBFC

Tints of Baby Blue #50EBFC

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 80 235 252 -
CMYK 0.68 0.07 0 0.01
HSL 185.93º 0.97% 0.65% -
HSV(B) 185.93º 0.68% 0.99% -
XYZ 50.59 68.15 102.58 -
YUV 190.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 80 235 252 0.68 0.07 0 0.01 185.93 0.97 0.65
Hex 50 EB FC 44 7 0 1 BA 61 41
Octal 120 353 374 104 7 0 1 272 141 101
Binary 1010000 11101011 11111100 1000100 111 0 1 10111010 1100001 1000001

Color Harmonies of #50EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBFC

Black with #50EBFC

Text Example


Text Example

White with #50EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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