Html Css Color HEX #208F99 Java

📋 copy color: '#208F99'

red 32 ◦ green 143 ◦ blue 153

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

Shades of Java #208F99

Tints of Java #208F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 9.76%
G = 43.6%
B = 46.65%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#208F99 (or 0x208F99) is known color: Java. HEX triplet: 20, 8F and 99. RGB value is (32,143,153). Sum of RGB (Red+Green+Blue) = 32+143+153=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #208F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F99 is #DF7066. Grayscale: #6E6E6E. Windows color (decimal): -14643303 or 10063648. OLE color: 10063648.

HSL color Cylindrical-coordinate representation of color #208F99: hue angle of 184.96º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208F99 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 143 153 -
CMYK 0.79 0.07 0 0.4
HSL 184.96º 0.65% 0.36% -
HSV(B) 184.96º 0.79% 0.6% -
XYZ 16.17 22.25 33.58 -
YUV 110.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 32 143 153 0.79 0.07 0 0.4 184.96 0.65 0.36
Hex 20 8F 99 4F 7 0 28 B9 41 24
Octal 40 217 231 117 7 0 50 271 101 44
Binary 100000 10001111 10011001 1001111 111 0 101000 10111001 1000001 100100

Color Harmonies of #208F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208F99

Black with #208F99

Text Example


Text Example

White with #208F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,143,153); }

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

background-color css

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

 a { background-color: rgb(32,143,153); }

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

border-color css

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

 span { border-color: rgb(32,143,153); }

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