#39AFC1

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

Shades of Viking #39AFC1

Tints of Viking #39AFC1

Color information

#39AFC1 (or 0x39AFC1) is unknown color: approx Viking. HEX triplet: 39, AF and C1. RGB value is (57,175,193). Sum of RGB (Red+Green+Blue) = 57+175+193=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #39AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39AFC1 is #C6503E. Grayscale: #8D8D8D. Windows color (decimal): -12996671 or 12693305. OLE color: 12693305.

HSL color Cylindrical-coordinate representation of color #39AFC1: hue angle of 187.94º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39AFC1 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57175193-
CMYK0.700.0900.24
HSL187.94º54.4%49.02%-
HSV(B)187.94º70.47%75.69%-
XYZ26.6435.3855.88-
YUV141.77156.9167.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.41%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=13.41%
G=41.18%
B=45.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571751930.700.0900.24187.9454.449.02
Hex39AFC1469018bc3631
Octal71257301106110302746661
Binary11100110101111110000011000110100101100010111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,175,193); }

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

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

 a { background-color: rgb(57,175,193); }

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

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

 span { border-color: rgb(57,175,193); }

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