Html Css Color HEX #209293 Java

📋 copy color: '#209293'

red 32 ◦ green 146 ◦ blue 147

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

Shades of Java #209293

Tints of Java #209293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 9.85%
G = 44.92%
B = 45.23%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#209293 (or 0x209293) is known color: Java. HEX triplet: 20, 92 and 93. RGB value is (32,146,147). Sum of RGB (Red+Green+Blue) = 32+146+147=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #209293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209293 is #DF6D6C. Grayscale: #6F6F6F. Windows color (decimal): -14642541 or 9671200. OLE color: 9671200.

HSL color Cylindrical-coordinate representation of color #209293: hue angle of 180.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209293 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 146 147 -
CMYK 0.78 0.01 0 0.42
HSL 180.52º 0.64% 0.35% -
HSV(B) 180.52º 0.78% 0.58% -
XYZ 16.14 22.97 31.19 -
YUV 112.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 32 146 147 0.78 0.01 0 0.42 180.52 0.64 0.35
Hex 20 92 93 4E 1 0 2A B5 40 23
Octal 40 222 223 116 1 0 52 265 100 43
Binary 100000 10010010 10010011 1001110 1 0 101010 10110101 1000000 100011

Color Harmonies of #209293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209293

Black with #209293

Text Example


Text Example

White with #209293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209293; }

 p { color: rgb(32,146,147); }

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

background-color css

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

 a { background-color: rgb(32,146,147); }

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

border-color css

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

 span { border-color: rgb(32,146,147); }

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