Html Css Color HEX #209AA4 Java

📋 copy color: '#209AA4'

red 32 ◦ green 154 ◦ blue 164

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

Shades of Java #209AA4

Tints of Java #209AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 9.14%
G = 44%
B = 46.86%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#209AA4 (or 0x209AA4) is known color: Java. HEX triplet: 20, 9A and A4. RGB value is (32,154,164). Sum of RGB (Red+Green+Blue) = 32+154+164=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #209AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209AA4 is #DF655B. Grayscale: #767676. Windows color (decimal): -14640476 or 10787360. OLE color: 10787360.

HSL color Cylindrical-coordinate representation of color #209AA4: hue angle of 184.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209AA4 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 32 154 164 -
CMYK 0.80 0.06 0 0.36
HSL 184.55º 0.67% 0.38% -
HSV(B) 184.55º 0.8% 0.64% -
XYZ 18.85 26.1 39.17 -
YUV 118.66 153.58 66.19 -
System Red Green Blue C M Y K H S L
Decimal 32 154 164 0.80 0.06 0 0.36 184.55 0.67 0.38
Hex 20 9A A4 50 6 0 24 B9 43 26
Octal 40 232 244 120 6 0 44 271 103 46
Binary 100000 10011010 10100100 1010000 110 0 100100 10111001 1000011 100110

Color Harmonies of #209AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209AA4

Black with #209AA4

Text Example


Text Example

White with #209AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209AA4; }

 p { color: rgb(32,154,164); }

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

background-color css

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

 a { background-color: rgb(32,154,164); }

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

border-color css

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

 span { border-color: rgb(32,154,164); }

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