Html Css Color HEX #208D9B Java

📋 copy color: '#208D9B'

red 32 ◦ green 141 ◦ blue 155

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

Shades of Java #208D9B

Tints of Java #208D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 9.76%
G = 42.99%
B = 47.26%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#208D9B (or 0x208D9B) is known color: Java. HEX triplet: 20, 8D and 9B. RGB value is (32,141,155). Sum of RGB (Red+Green+Blue) = 32+141+155=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #208D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D9B is #DF7264. Grayscale: #6D6D6D. Windows color (decimal): -14643813 or 10194208. OLE color: 10194208.

HSL color Cylindrical-coordinate representation of color #208D9B: hue angle of 186.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208D9B is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 141 155 -
CMYK 0.79 0.09 0 0.39
HSL 186.83º 0.66% 0.37% -
HSV(B) 186.83º 0.79% 0.61% -
XYZ 16.04 21.72 34.36 -
YUV 110.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 32 141 155 0.79 0.09 0 0.39 186.83 0.66 0.37
Hex 20 8D 9B 4F 9 0 27 BB 42 25
Octal 40 215 233 117 11 0 47 273 102 45
Binary 100000 10001101 10011011 1001111 1001 0 100111 10111011 1000010 100101

Color Harmonies of #208D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208D9B

Black with #208D9B

Text Example


Text Example

White with #208D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,141,155); }

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

background-color css

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

 a { background-color: rgb(32,141,155); }

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

border-color css

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

 span { border-color: rgb(32,141,155); }

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