#50AFCC

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

Shades of Viking #50AFCC

Tints of Viking #50AFCC

Color information

#50AFCC (or 0x50AFCC) is unknown color: approx Viking. HEX triplet: 50, AF and CC. RGB value is (80,175,204). Sum of RGB (Red+Green+Blue) = 80+175+204=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #50AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFCC is #AF5033. Grayscale: #959595. Windows color (decimal): -11489332 or 13414224. OLE color: 13414224.

HSL color Cylindrical-coordinate representation of color #50AFCC: hue angle of 194.03º 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 #50AFCC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80175204-
CMYK0.610.1400.2
HSL194.03º54.87%55.69%-
HSV(B)194.03º60.78%80%-
XYZ29.5436.7362.66-
YUV149.9158.5378.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=17.43%
G=38.13%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801752040.610.1400.2194.0354.8755.69
Hex50AFCC3DE014c23738
Octal12025731475160243026770
Binary10100001010111111001100111101111001010011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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