#39BDC2

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

Shades of Viking #39BDC2

Tints of Viking #39BDC2

Color information

#39BDC2 (or 0x39BDC2) is unknown color: approx Viking. HEX triplet: 39, BD and C2. RGB value is (57,189,194). Sum of RGB (Red+Green+Blue) = 57+189+194=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #39BDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BDC2 is #C6423D. Grayscale: #959595. Windows color (decimal): -12993086 or 12762425. OLE color: 12762425.

HSL color Cylindrical-coordinate representation of color #39BDC2: hue angle of 182.19º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39BDC2 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57189194-
CMYK0.710.0300.24
HSL182.19º54.58%49.22%-
HSV(B)182.19º70.62%76.08%-
XYZ29.6241.1657.42-
YUV150.1152.7761.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.95%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 194 (76.17% from 255) = 44.09%
R=12.95%
G=42.95%
B=44.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571891940.710.0300.24182.1954.5849.22
Hex39BDC2473018b63731
Octal7127530210730302666761
Binary111001101111011100001010001111101100010110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,189,194); }

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

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

 a { background-color: rgb(57,189,194); }

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

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

 span { border-color: rgb(57,189,194); }

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