#50AFC9

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

Shades of Viking #50AFC9

Tints of Viking #50AFC9

Color information

#50AFC9 (or 0x50AFC9) is unknown color: approx Viking. HEX triplet: 50, AF and C9. RGB value is (80,175,201). Sum of RGB (Red+Green+Blue) = 80+175+201=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #50AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFC9 is #AF5036. Grayscale: #959595. Windows color (decimal): -11489335 or 13217616. OLE color: 13217616.

HSL color Cylindrical-coordinate representation of color #50AFC9: hue angle of 192.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AFC9 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80175201-
CMYK0.600.1300.21
HSL192.89º52.84%55.1%-
HSV(B)192.89º60.2%78.82%-
XYZ29.1836.5860.78-
YUV149.56157.0378.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 201 (78.91% from 255) = 44.08%
R=17.54%
G=38.38%
B=44.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801752010.600.1300.21192.8952.8455.1
Hex50AFC93CD015c13537
Octal12025731174150253016567
Binary10100001010111111001001111100110101010111000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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