Html Css Color HEX #50A8BF Viking

📋 copy color: '#50A8BF'

red 80 ◦ green 168 ◦ blue 191

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

Shades of Viking #50A8BF

Tints of Viking #50A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 18.22%
G = 38.27%
B = 43.51%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50A8BF (or 0x50A8BF) is known color: Viking. HEX triplet: 50, A8 and BF. RGB value is (80,168,191). Sum of RGB (Red+Green+Blue) = 80+168+191=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #50A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8BF is #AF5740. Grayscale: #909090. Windows color (decimal): -11491137 or 12560464. OLE color: 12560464.

HSL color Cylindrical-coordinate representation of color #50A8BF: hue angle of 192.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A8BF is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 168 191 -
CMYK 0.58 0.12 0 0.25
HSL 192.43º 0.46% 0.53% -
HSV(B) 192.43º 0.58% 0.75% -
XYZ 26.71 33.47 54.34 -
YUV 144.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 80 168 191 0.58 0.12 0 0.25 192.43 0.46 0.53
Hex 50 A8 BF 3A C 0 19 C0 2E 35
Octal 120 250 277 72 14 0 31 300 56 65
Binary 1010000 10101000 10111111 111010 1100 0 11001 11000000 101110 110101

Color Harmonies of #50A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8BF

Black with #50A8BF

Text Example


Text Example

White with #50A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,191); }

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

background-color css

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

 a { background-color: rgb(80,168,191); }

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

border-color css

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

 span { border-color: rgb(80,168,191); }

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