#39B0CB

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

Shades of Viking #39B0CB

Tints of Viking #39B0CB

Color information

#39B0CB (or 0x39B0CB) is unknown color: approx Viking. HEX triplet: 39, B0 and CB. RGB value is (57,176,203). Sum of RGB (Red+Green+Blue) = 57+176+203=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #39B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B0CB is #C64F34. Grayscale: #8F8F8F. Windows color (decimal): -12996405 or 13348921. OLE color: 13348921.

HSL color Cylindrical-coordinate representation of color #39B0CB: hue angle of 191.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B0CB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57176203-
CMYK0.720.1300.20
HSL191.1º58.4%50.98%-
HSV(B)191.1º71.92%79.61%-
XYZ27.9936.2362.02-
YUV143.5161.5866.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.07%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=13.07%
G=40.37%
B=46.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571762030.720.1300.20191.158.450.98
Hex39B0CB48D014bf3a33
Octal71260313110150242777263
Binary11100110110000110010111001000110101010010111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,176,203); }

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

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

 a { background-color: rgb(57,176,203); }

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

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

 span { border-color: rgb(57,176,203); }

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