Html Css Color HEX #208695 Java

📋 copy color: '#208695'

red 32 ◦ green 134 ◦ blue 149

#208695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #208695

Tints of Java #208695

RGB

 RED value IS 32 (12.89% from 255) = 10.16%

 GREEN value IS 134 (52.73% from 255) = 42.54%

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 10.16%
G = 42.54%
B = 47.3%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208695 (or 0x208695) is known color: Java. HEX triplet: 20, 86 and 95. RGB value is (32,134,149). Sum of RGB (Red+Green+Blue) = 32+134+149=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #208695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208695 is #DF796A. Grayscale: #696969. Windows color (decimal): -14645611 or 9799200. OLE color: 9799200.

HSL color Cylindrical-coordinate representation of color #208695: hue angle of 187.69º 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 #208695 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 134 149 -
CMYK 0.79 0.10 0 0.42
HSL 187.69º 0.65% 0.35% -
HSV(B) 187.69º 0.79% 0.58% -
XYZ 14.55 19.53 31.44 -
YUV 105.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 32 134 149 0.79 0.10 0 0.42 187.69 0.65 0.35
Hex 20 86 95 4F A 0 2A BC 41 23
Octal 40 206 225 117 12 0 52 274 101 43
Binary 100000 10000110 10010101 1001111 1010 0 101010 10111100 1000001 100011

Color Harmonies of #208695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208695

Black with #208695

Text Example


Text Example

White with #208695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208695; }

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

 H1.HeaderClassName
 {
   color: #208695;
 }
 .AnyTagClassName
 {
   color: #208695;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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