Shades of Java #208A93
Tints of Java #208A93
RGB
CMYK
RGB Variations
Color information
#208A93 (or 0x208A93) is known color: Java. HEX triplet: 20, 8A and 93. RGB value is (32,138,147). Sum of RGB (Red+Green+Blue) = 32+138+147=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #208A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A93 is #DF756C. Grayscale: #6B6B6B. Windows color (decimal): -14644589 or 9669152. OLE color: 9669152.
HSL color Cylindrical-coordinate representation of color #208A93: hue angle of 184.7º 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 #208A93 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 138 | 147 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.42 |
| HSL | 184.7º | 0.64% | 0.35% | - |
| HSV(B) | 184.7º | 0.78% | 0.58% | - |
| XYZ | 14.95 | 20.59 | 30.79 | - |
| YUV | 107.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 147 | 0.78 | 0.06 | 0 | 0.42 | 184.7 | 0.64 | 0.35 |
| Hex | 20 | 8A | 93 | 4E | 6 | 0 | 2A | B9 | 40 | 23 |
| Octal | 40 | 212 | 223 | 116 | 6 | 0 | 52 | 271 | 100 | 43 |
| Binary | 100000 | 10001010 | 10010011 | 1001110 | 110 | 0 | 101010 | 10111001 | 1000000 | 100011 |
Color Harmonies of #208A93
Complementary color
Monochromatic Colors of #208A93
Black with #208A93
Text Example
Text Example
White with #208A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A93; }
p { color: rgb(32,138,147); }
H1.HeaderClassName
{
color: #208A93;
}
.AnyTagClassName
{
color: #208A93;
}
</style>
background-color css
<style>
a { background-color: #208A93; }
a { background-color: rgb(32,138,147); }
div.DivClassName
{
background-color: #208A93;
}
.BgClassName
{
background-color: #208A93;
}
</style>
border-color css
<style>
span { border-color: #208A93; }
span { border-color: rgb(32,138,147); }
td.TdClassName
{
border-color: #208A93;
}
.TagClassName
{
border-color: #208A93;
}
</style>