#39A9C6

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

Shades of Viking #39A9C6

Tints of Viking #39A9C6

Color information

#39A9C6 (or 0x39A9C6) is unknown color: approx Viking. HEX triplet: 39, A9 and C6. RGB value is (57,169,198). Sum of RGB (Red+Green+Blue) = 57+169+198=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #39A9C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A9C6 is #C65639. Grayscale: #8A8A8A. Windows color (decimal): -12998202 or 13019449. OLE color: 13019449.

HSL color Cylindrical-coordinate representation of color #39A9C6: hue angle of 192.34º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39A9C6 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57169198-
CMYK0.710.1500.22
HSL192.34º55.29%50%-
HSV(B)192.34º71.21%77.65%-
XYZ26.0733.3258.48-
YUV138.82161.3969.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.44%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 198 (77.73% from 255) = 46.70%
R=13.44%
G=39.86%
B=46.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571691980.710.1500.22192.3455.2950
Hex39A9C647F016c03732
Octal71251306107170263006762
Binary11100110101001110001101000111111101011011000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A9C6; }

 p { color: rgb(57,169,198); }

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

<style>
 a { background-color: #39A9C6; }

 a { background-color: rgb(57,169,198); }

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

<style>
 span { border-color: #39A9C6; }

 span { border-color: rgb(57,169,198); }

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