Html Css Color HEX #50BECE Viking

📋 copy color: '#50BECE'

red 80 ◦ green 190 ◦ blue 206

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

Shades of Viking #50BECE

Tints of Viking #50BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 16.81%
G = 39.92%
B = 43.28%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50BECE (or 0x50BECE) is known color: Viking. HEX triplet: 50, BE and CE. RGB value is (80,190,206). Sum of RGB (Red+Green+Blue) = 80+190+206=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #50BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BECE is #AF4131. Grayscale: #9E9E9E. Windows color (decimal): -11485490 or 13549136. OLE color: 13549136.

HSL color Cylindrical-coordinate representation of color #50BECE: hue angle of 187.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BECE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 190 206 -
CMYK 0.61 0.08 0 0.19
HSL 187.62º 0.56% 0.56% -
HSV(B) 187.62º 0.61% 0.81% -
XYZ 32.86 42.99 64.96 -
YUV 158.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 80 190 206 0.61 0.08 0 0.19 187.62 0.56 0.56
Hex 50 BE CE 3D 8 0 13 BC 38 38
Octal 120 276 316 75 10 0 23 274 70 70
Binary 1010000 10111110 11001110 111101 1000 0 10011 10111100 111000 111000

Color Harmonies of #50BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BECE

Black with #50BECE

Text Example


Text Example

White with #50BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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