#50ABCC

Color #50ABCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50ABCC

Tints of Viking #50ABCC

Color information

#50ABCC (or 0x50ABCC) is unknown color: approx Viking. HEX triplet: 50, AB and CC. RGB value is (80,171,204). Sum of RGB (Red+Green+Blue) = 80+171+204=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #50ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCC is #AF5433. Grayscale: #939393. Windows color (decimal): -11490356 or 13413200. OLE color: 13413200.

HSL color Cylindrical-coordinate representation of color #50ABCC: hue angle of 195.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ABCC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80171204-
CMYK0.610.1600.2
HSL195.97º54.87%55.69%-
HSV(B)195.97º60.78%80%-
XYZ28.7735.1962.4-
YUV147.55159.8579.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=17.58%
G=37.58%
B=44.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801712040.610.1600.2195.9754.8755.69
Hex50ABCC3D10014c43738
Octal12025331475200243046770
Binary101000010101011110011001111011000001010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,204); }

 H1.HeaderClassName
 {
   color: #50ABCC;
 }
 .AnyTagClassName
 {
   color: #50ABCC;
 }
</style>
background-color css

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

 a { background-color: rgb(80,171,204); }

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

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

 span { border-color: rgb(80,171,204); }

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