Html Css Color HEX #50A8C6 Viking

📋 copy color: '#50A8C6'

red 80 ◦ green 168 ◦ blue 198

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

Shades of Viking #50A8C6

Tints of Viking #50A8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 17.94%
G = 37.67%
B = 44.39%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50A8C6 (or 0x50A8C6) is known color: Viking. HEX triplet: 50, A8 and C6. RGB value is (80,168,198). Sum of RGB (Red+Green+Blue) = 80+168+198=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #50A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8C6 is #AF5739. Grayscale: #909090. Windows color (decimal): -11491130 or 13019216. OLE color: 13019216.

HSL color Cylindrical-coordinate representation of color #50A8C6: hue angle of 195.25º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A8C6 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 168 198 -
CMYK 0.60 0.15 0 0.22
HSL 195.25º 0.51% 0.55% -
HSV(B) 195.25º 0.6% 0.78% -
XYZ 27.5 33.79 58.5 -
YUV 145.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 80 168 198 0.60 0.15 0 0.22 195.25 0.51 0.55
Hex 50 A8 C6 3C F 0 16 C3 33 37
Octal 120 250 306 74 17 0 26 303 63 67
Binary 1010000 10101000 11000110 111100 1111 0 10110 11000011 110011 110111

Color Harmonies of #50A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8C6

Black with #50A8C6

Text Example


Text Example

White with #50A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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