Html Css Color HEX #208994 Java

📋 copy color: '#208994'

red 32 ◦ green 137 ◦ blue 148

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

Shades of Java #208994

Tints of Java #208994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 10.09%
G = 43.22%
B = 46.69%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208994 (or 0x208994) is known color: Java. HEX triplet: 20, 89 and 94. RGB value is (32,137,148). Sum of RGB (Red+Green+Blue) = 32+137+148=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #208994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208994 is #DF766B. Grayscale: #6A6A6A. Windows color (decimal): -14644844 or 9734432. OLE color: 9734432.

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

Color convert

RGB 32 137 148 -
CMYK 0.78 0.07 0 0.42
HSL 185.69º 0.64% 0.35% -
HSV(B) 185.69º 0.78% 0.58% -
XYZ 14.89 20.34 31.16 -
YUV 106.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 32 137 148 0.78 0.07 0 0.42 185.69 0.64 0.35
Hex 20 89 94 4E 7 0 2A BA 40 23
Octal 40 211 224 116 7 0 52 272 100 43
Binary 100000 10001001 10010100 1001110 111 0 101010 10111010 1000000 100011

Color Harmonies of #208994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208994

Black with #208994

Text Example


Text Example

White with #208994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208994; }

 p { color: rgb(32,137,148); }

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

background-color css

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

 a { background-color: rgb(32,137,148); }

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

border-color css

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

 span { border-color: rgb(32,137,148); }

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