Html Css Color HEX #50A9CF Viking

📋 copy color: '#50A9CF'

red 80 ◦ green 169 ◦ blue 207

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

Shades of Viking #50A9CF

Tints of Viking #50A9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 17.54%
G = 37.06%
B = 45.39%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50A9CF (or 0x50A9CF) is known color: Viking. HEX triplet: 50, A9 and CF. RGB value is (80,169,207). Sum of RGB (Red+Green+Blue) = 80+169+207=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #50A9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9CF is #AF5630. Grayscale: #929292. Windows color (decimal): -11490865 or 13609296. OLE color: 13609296.

HSL color Cylindrical-coordinate representation of color #50A9CF: hue angle of 197.95º degrees, saturation: 0.57, 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 #50A9CF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 169 207 -
CMYK 0.61 0.18 0 0.19
HSL 197.95º 0.57% 0.56% -
HSV(B) 197.95º 0.61% 0.81% -
XYZ 28.76 34.59 64.19 -
YUV 146.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 80 169 207 0.61 0.18 0 0.19 197.95 0.57 0.56
Hex 50 A9 CF 3D 12 0 13 C6 39 38
Octal 120 251 317 75 22 0 23 306 71 70
Binary 1010000 10101001 11001111 111101 10010 0 10011 11000110 111001 111000

Color Harmonies of #50A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A9CF

Black with #50A9CF

Text Example


Text Example

White with #50A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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