Html Css Color HEX #50A9C1 Viking

📋 copy color: '#50A9C1'

red 80 ◦ green 169 ◦ blue 193

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

Shades of Viking #50A9C1

Tints of Viking #50A9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 18.1%
G = 38.24%
B = 43.67%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#50A9C1 (or 0x50A9C1) is known color: Viking. HEX triplet: 50, A9 and C1. RGB value is (80,169,193). Sum of RGB (Red+Green+Blue) = 80+169+193=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #50A9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9C1 is #AF563E. Grayscale: #909090. Windows color (decimal): -11490879 or 12691792. OLE color: 12691792.

HSL color Cylindrical-coordinate representation of color #50A9C1: hue angle of 192.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50A9C1 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 169 193 -
CMYK 0.59 0.12 0 0.24
HSL 192.74º 0.48% 0.54% -
HSV(B) 192.74º 0.59% 0.76% -
XYZ 27.12 33.93 55.57 -
YUV 145.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 80 169 193 0.59 0.12 0 0.24 192.74 0.48 0.54
Hex 50 A9 C1 3B C 0 18 C1 30 36
Octal 120 251 301 73 14 0 30 301 60 66
Binary 1010000 10101001 11000001 111011 1100 0 11000 11000001 110000 110110

Color Harmonies of #50A9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A9C1

Black with #50A9C1

Text Example


Text Example

White with #50A9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,193); }

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

background-color css

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

 a { background-color: rgb(80,169,193); }

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

border-color css

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

 span { border-color: rgb(80,169,193); }

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