Html Css Color HEX #50BCC6 Viking

📋 copy color: '#50BCC6'

red 80 ◦ green 188 ◦ blue 198

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

Shades of Viking #50BCC6

Tints of Viking #50BCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

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

R = 17.17%
G = 40.34%
B = 42.49%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50BCC6 (or 0x50BCC6) is known color: Viking. HEX triplet: 50, BC and C6. RGB value is (80,188,198). Sum of RGB (Red+Green+Blue) = 80+188+198=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #50BCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCC6 is #AF4339. Grayscale: #9C9C9C. Windows color (decimal): -11486010 or 13024336. OLE color: 13024336.

HSL color Cylindrical-coordinate representation of color #50BCC6: hue angle of 185.08º 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 #50BCC6 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 188 198 -
CMYK 0.60 0.05 0 0.22
HSL 185.08º 0.51% 0.55% -
HSV(B) 185.08º 0.6% 0.78% -
XYZ 31.48 41.75 59.83 -
YUV 156.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 80 188 198 0.60 0.05 0 0.22 185.08 0.51 0.55
Hex 50 BC C6 3C 5 0 16 B9 33 37
Octal 120 274 306 74 5 0 26 271 63 67
Binary 1010000 10111100 11000110 111100 101 0 10110 10111001 110011 110111

Color Harmonies of #50BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCC6

Black with #50BCC6

Text Example


Text Example

White with #50BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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