#208693

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

Shades of Java #208693

Tints of Java #208693

Color information

#208693 (or 0x208693) is unknown color: approx Java. HEX triplet: 20, 86 and 93. RGB value is (32,134,147). Sum of RGB (Red+Green+Blue) = 32+134+147=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #208693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208693 is #DF796C. Grayscale: #686868. Windows color (decimal): -14645613 or 9668128. OLE color: 9668128.

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

Color convert

RGB32134147-
CMYK0.780.0900.42
HSL186.78º64.25%35.1%-
HSV(B)186.78º78.23%57.65%-
XYZ14.3919.4630.6-
YUV104.98151.7175.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=10.22%
G=42.81%
B=46.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321341470.780.0900.42186.7864.2535.1
Hex2086934E902Abb4023
Octal402062231161105227310043
Binary1000001000011010010011100111010010101010101110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208693; }

 p { color: rgb(32,134,147); }

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

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

 a { background-color: rgb(32,134,147); }

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

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

 span { border-color: rgb(32,134,147); }

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