Html Css Color HEX #50A9D1 Viking

📋 copy color: '#50A9D1'

red 80 ◦ green 169 ◦ blue 209

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

Shades of Viking #50A9D1

Tints of Viking #50A9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.63%

R = 17.47%
G = 36.9%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#50A9D1 (or 0x50A9D1) is known color: Viking. HEX triplet: 50, A9 and D1. RGB value is (80,169,209). Sum of RGB (Red+Green+Blue) = 80+169+209=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #50A9D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9D1 is #AF562E. Grayscale: #929292. Windows color (decimal): -11490863 or 13740368. OLE color: 13740368.

HSL color Cylindrical-coordinate representation of color #50A9D1: hue angle of 198.6º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A9D1 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 169 209 -
CMYK 0.62 0.19 0 0.18
HSL 198.6º 0.58% 0.57% -
HSV(B) 198.6º 0.62% 0.82% -
XYZ 29 34.68 65.49 -
YUV 146.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 80 169 209 0.62 0.19 0 0.18 198.6 0.58 0.57
Hex 50 A9 D1 3E 13 0 12 C7 3A 39
Octal 120 251 321 76 23 0 22 307 72 71
Binary 1010000 10101001 11010001 111110 10011 0 10010 11000111 111010 111001

Color Harmonies of #50A9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A9D1

Black with #50A9D1

Text Example


Text Example

White with #50A9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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