Html Css Color HEX #209197 Java

📋 copy color: '#209197'

red 32 ◦ green 145 ◦ blue 151

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

Shades of Java #209197

Tints of Java #209197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 9.76%
G = 44.21%
B = 46.04%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#209197 (or 0x209197) is known color: Java. HEX triplet: 20, 91 and 97. RGB value is (32,145,151). Sum of RGB (Red+Green+Blue) = 32+145+151=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #209197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209197 is #DF6E68. Grayscale: #6F6F6F. Windows color (decimal): -14642793 or 9933088. OLE color: 9933088.

HSL color Cylindrical-coordinate representation of color #209197: hue angle of 183.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 #209197 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 145 151 -
CMYK 0.79 0.04 0 0.41
HSL 183.03º 0.65% 0.36% -
HSV(B) 183.03º 0.79% 0.59% -
XYZ 16.31 22.79 32.82 -
YUV 111.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 32 145 151 0.79 0.04 0 0.41 183.03 0.65 0.36
Hex 20 91 97 4F 4 0 29 B7 41 24
Octal 40 221 227 117 4 0 51 267 101 44
Binary 100000 10010001 10010111 1001111 100 0 101001 10110111 1000001 100100

Color Harmonies of #209197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209197

Black with #209197

Text Example


Text Example

White with #209197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209197; }

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

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

background-color css

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

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

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

border-color css

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

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

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