Html Css Color HEX #50BECB Viking

📋 copy color: '#50BECB'

red 80 ◦ green 190 ◦ blue 203

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

Shades of Viking #50BECB

Tints of Viking #50BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 16.91%
G = 40.17%
B = 42.92%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50BECB (or 0x50BECB) is known color: Viking. HEX triplet: 50, BE and CB. RGB value is (80,190,203). Sum of RGB (Red+Green+Blue) = 80+190+203=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #50BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BECB is #AF4134. Grayscale: #9E9E9E. Windows color (decimal): -11485493 or 13352528. OLE color: 13352528.

HSL color Cylindrical-coordinate representation of color #50BECB: hue angle of 186.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BECB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 190 203 -
CMYK 0.61 0.06 0 0.20
HSL 186.34º 0.54% 0.55% -
HSV(B) 186.34º 0.61% 0.8% -
XYZ 32.5 42.84 63.06 -
YUV 158.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 80 190 203 0.61 0.06 0 0.20 186.34 0.54 0.55
Hex 50 BE CB 3D 6 0 14 BA 36 37
Octal 120 276 313 75 6 0 24 272 66 67
Binary 1010000 10111110 11001011 111101 110 0 10100 10111010 110110 110111

Color Harmonies of #50BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BECB

Black with #50BECB

Text Example


Text Example

White with #50BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,203); }

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

background-color css

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

 a { background-color: rgb(80,190,203); }

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

border-color css

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

 span { border-color: rgb(80,190,203); }

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