#208F97

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

Shades of Java #208F97

Tints of Java #208F97

Color information

#208F97 (or 0x208F97) is unknown color: approx Java. HEX triplet: 20, 8F and 97. RGB value is (32,143,151). Sum of RGB (Red+Green+Blue) = 32+143+151=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #208F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F97 is #DF7068. Grayscale: #6E6E6E. Windows color (decimal): -14643305 or 9932576. OLE color: 9932576.

HSL color Cylindrical-coordinate representation of color #208F97: hue angle of 184.03º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208F97 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB32143151-
CMYK0.790.0500.41
HSL184.03º65.03%35.88%-
HSV(B)184.03º78.81%59.22%-
XYZ1622.1932.72-
YUV110.72150.7371.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.82%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=9.82%
G=43.87%
B=46.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321431510.790.0500.41184.0365.0335.88
Hex208F974F5029b84124
Octal40217227117505127010144
Binary100000100011111001011110011111010101001101110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208F97; }

 p { color: rgb(32,143,151); }

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

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

 a { background-color: rgb(32,143,151); }

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

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

 span { border-color: rgb(32,143,151); }

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