Html Css Color HEX #50EBFF Baby Blue

📋 copy color: '#50EBFF'

red 80 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #50EBFF

Tints of Baby Blue #50EBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 14.04%
G = 41.23%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50EBFF (or 0x50EBFF) is known color: Baby Blue. HEX triplet: 50, EB and FF. RGB value is (80,235,255). Sum of RGB (Red+Green+Blue) = 80+235+255=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #50EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBFF is #AF1400. Grayscale: #BEBEBE. Windows color (decimal): -11473921 or 16771920. OLE color: 16771920.

HSL color Cylindrical-coordinate representation of color #50EBFF: hue angle of 186.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50EBFF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 235 255 -
CMYK 0.69 0.08 0 0
HSL 186.86º 1% 0.66% -
HSV(B) 186.86º 0.69% 1% -
XYZ 51.07 68.34 105.11 -
YUV 190.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 80 235 255 0.69 0.08 0 0 186.86 1 0.66
Hex 50 EB FF 45 8 0 0 BB 64 42
Octal 120 353 377 105 10 0 0 273 144 102
Binary 1010000 11101011 11111111 1000101 1000 0 0 10111011 1100100 1000010

Color Harmonies of #50EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBFF

Black with #50EBFF

Text Example


Text Example

White with #50EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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