Shades of Java #208F9E
Tints of Java #208F9E
RGB
CMYK
RGB Variations
Color information
#208F9E (or 0x208F9E) is known color: Java. HEX triplet: 20, 8F and 9E. RGB value is (32,143,158). Sum of RGB (Red+Green+Blue) = 32+143+158=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #208F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F9E is #DF7061. Grayscale: #6F6F6F. Windows color (decimal): -14643298 or 10391328. OLE color: 10391328.
HSL color Cylindrical-coordinate representation of color #208F9E: hue angle of 187.14º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208F9E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 143 | 158 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.38 |
| HSL | 187.14º | 0.66% | 0.37% | - |
| HSV(B) | 187.14º | 0.8% | 0.62% | - |
| XYZ | 16.59 | 22.42 | 35.8 | - |
| YUV | 111.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 158 | 0.80 | 0.09 | 0 | 0.38 | 187.14 | 0.66 | 0.37 |
| Hex | 20 | 8F | 9E | 50 | 9 | 0 | 26 | BB | 42 | 25 |
| Octal | 40 | 217 | 236 | 120 | 11 | 0 | 46 | 273 | 102 | 45 |
| Binary | 100000 | 10001111 | 10011110 | 1010000 | 1001 | 0 | 100110 | 10111011 | 1000010 | 100101 |
Color Harmonies of #208F9E
Complementary color
Monochromatic Colors of #208F9E
Black with #208F9E
Text Example
Text Example
White with #208F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F9E; }
p { color: rgb(32,143,158); }
H1.HeaderClassName
{
color: #208F9E;
}
.AnyTagClassName
{
color: #208F9E;
}
</style>
background-color css
<style>
a { background-color: #208F9E; }
a { background-color: rgb(32,143,158); }
div.DivClassName
{
background-color: #208F9E;
}
.BgClassName
{
background-color: #208F9E;
}
</style>
border-color css
<style>
span { border-color: #208F9E; }
span { border-color: rgb(32,143,158); }
td.TdClassName
{
border-color: #208F9E;
}
.TagClassName
{
border-color: #208F9E;
}
</style>