Shades of Java #208F9D
Tints of Java #208F9D
RGB
CMYK
RGB Variations
Color information
#208F9D (or 0x208F9D) is known color: Java. HEX triplet: 20, 8F and 9D. RGB value is (32,143,157). Sum of RGB (Red+Green+Blue) = 32+143+157=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #208F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F9D is #DF7062. Grayscale: #6F6F6F. Windows color (decimal): -14643299 or 10325792. OLE color: 10325792.
HSL color Cylindrical-coordinate representation of color #208F9D: hue angle of 186.72º 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 #208F9D is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 143 | 157 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.38 |
| HSL | 186.72º | 0.66% | 0.37% | - |
| HSV(B) | 186.72º | 0.8% | 0.62% | - |
| XYZ | 16.5 | 22.39 | 35.35 | - |
| YUV | 111.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 157 | 0.80 | 0.09 | 0 | 0.38 | 186.72 | 0.66 | 0.37 |
| Hex | 20 | 8F | 9D | 50 | 9 | 0 | 26 | BB | 42 | 25 |
| Octal | 40 | 217 | 235 | 120 | 11 | 0 | 46 | 273 | 102 | 45 |
| Binary | 100000 | 10001111 | 10011101 | 1010000 | 1001 | 0 | 100110 | 10111011 | 1000010 | 100101 |
Color Harmonies of #208F9D
Complementary color
Monochromatic Colors of #208F9D
Black with #208F9D
Text Example
Text Example
White with #208F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F9D; }
p { color: rgb(32,143,157); }
H1.HeaderClassName
{
color: #208F9D;
}
.AnyTagClassName
{
color: #208F9D;
}
</style>
background-color css
<style>
a { background-color: #208F9D; }
a { background-color: rgb(32,143,157); }
div.DivClassName
{
background-color: #208F9D;
}
.BgClassName
{
background-color: #208F9D;
}
</style>
border-color css
<style>
span { border-color: #208F9D; }
span { border-color: rgb(32,143,157); }
td.TdClassName
{
border-color: #208F9D;
}
.TagClassName
{
border-color: #208F9D;
}
</style>