#208895

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

Shades of Java #208895

Tints of Java #208895

Color information

#208895 (or 0x208895) is unknown color: approx Java. HEX triplet: 20, 88 and 95. RGB value is (32,136,149). Sum of RGB (Red+Green+Blue) = 32+136+149=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #208895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208895 is #DF776A. Grayscale: #6A6A6A. Windows color (decimal): -14645099 or 9799712. OLE color: 9799712.

HSL color Cylindrical-coordinate representation of color #208895: hue angle of 186.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208895 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32136149-
CMYK0.790.0900.42
HSL186.67º64.64%35.49%-
HSV(B)186.67º78.52%58.43%-
XYZ14.8220.0931.53-
YUV106.39152.0474.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=10.09%
G=42.90%
B=47.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321361490.790.0900.42186.6764.6435.49
Hex2088954F902Abb4123
Octal402102251171105227310143
Binary1000001000100010010101100111110010101010101110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208895; }

 p { color: rgb(32,136,149); }

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

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

 a { background-color: rgb(32,136,149); }

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

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

 span { border-color: rgb(32,136,149); }

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