Html Css Color HEX #208795 Java

📋 copy color: '#208795'

red 32 ◦ green 135 ◦ blue 149

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

Shades of Java #208795

Tints of Java #208795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 10.13%
G = 42.72%
B = 47.15%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208795 (or 0x208795) is known color: Java. HEX triplet: 20, 87 and 95. RGB value is (32,135,149). Sum of RGB (Red+Green+Blue) = 32+135+149=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #208795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208795 is #DF786A. Grayscale: #696969. Windows color (decimal): -14645355 or 9799456. OLE color: 9799456.

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

Color convert

RGB 32 135 149 -
CMYK 0.79 0.09 0 0.42
HSL 187.18º 0.65% 0.35% -
HSV(B) 187.18º 0.79% 0.58% -
XYZ 14.68 19.8 31.48 -
YUV 105.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 32 135 149 0.79 0.09 0 0.42 187.18 0.65 0.35
Hex 20 87 95 4F 9 0 2A BB 41 23
Octal 40 207 225 117 11 0 52 273 101 43
Binary 100000 10000111 10010101 1001111 1001 0 101010 10111011 1000001 100011

Color Harmonies of #208795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208795

Black with #208795

Text Example


Text Example

White with #208795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208795; }

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

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

background-color css

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

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

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

border-color css

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

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

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