Shades of Java #208F9B
Tints of Java #208F9B
RGB
CMYK
RGB Variations
Color information
#208F9B (or 0x208F9B) is known color: Java. HEX triplet: 20, 8F and 9B. RGB value is (32,143,155). Sum of RGB (Red+Green+Blue) = 32+143+155=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #208F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208F9B is #DF7064. Grayscale: #6F6F6F. Windows color (decimal): -14643301 or 10194720. OLE color: 10194720.
HSL color Cylindrical-coordinate representation of color #208F9B: hue angle of 185.85º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208F9B is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 143 | 155 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.39 |
| HSL | 185.85º | 0.66% | 0.37% | - |
| HSV(B) | 185.85º | 0.79% | 0.61% | - |
| XYZ | 16.33 | 22.32 | 34.46 | - |
| YUV | 111.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 155 | 0.79 | 0.08 | 0 | 0.39 | 185.85 | 0.66 | 0.37 |
| Hex | 20 | 8F | 9B | 4F | 8 | 0 | 27 | BA | 42 | 25 |
| Octal | 40 | 217 | 233 | 117 | 10 | 0 | 47 | 272 | 102 | 45 |
| Binary | 100000 | 10001111 | 10011011 | 1001111 | 1000 | 0 | 100111 | 10111010 | 1000010 | 100101 |
Color Harmonies of #208F9B
Complementary color
Monochromatic Colors of #208F9B
Black with #208F9B
Text Example
Text Example
White with #208F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F9B; }
p { color: rgb(32,143,155); }
H1.HeaderClassName
{
color: #208F9B;
}
.AnyTagClassName
{
color: #208F9B;
}
</style>
background-color css
<style>
a { background-color: #208F9B; }
a { background-color: rgb(32,143,155); }
div.DivClassName
{
background-color: #208F9B;
}
.BgClassName
{
background-color: #208F9B;
}
</style>
border-color css
<style>
span { border-color: #208F9B; }
span { border-color: rgb(32,143,155); }
td.TdClassName
{
border-color: #208F9B;
}
.TagClassName
{
border-color: #208F9B;
}
</style>