Shades of Java #188F9D
Tints of Java #188F9D
RGB
CMYK
RGB Variations
Color information
#188F9D (or 0x188F9D) is known color: Java. HEX triplet: 18, 8F and 9D. RGB value is (24,143,157). Sum of RGB (Red+Green+Blue) = 24+143+157=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #188F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F9D is #E77062. Grayscale: #6C6C6C. Windows color (decimal): -15167587 or 10325784. OLE color: 10325784.
HSL color Cylindrical-coordinate representation of color #188F9D: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188F9D is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 143 | 157 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.38 |
| HSL | 186.32º | 0.73% | 0.35% | - |
| HSV(B) | 186.32º | 0.85% | 0.62% | - |
| XYZ | 16.28 | 22.27 | 35.34 | - |
| YUV | 109.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 157 | 0.85 | 0.09 | 0 | 0.38 | 186.32 | 0.73 | 0.35 |
| Hex | 18 | 8F | 9D | 55 | 9 | 0 | 26 | BA | 49 | 23 |
| Octal | 30 | 217 | 235 | 125 | 11 | 0 | 46 | 272 | 111 | 43 |
| Binary | 11000 | 10001111 | 10011101 | 1010101 | 1001 | 0 | 100110 | 10111010 | 1001001 | 100011 |
Color Harmonies of #188F9D
Complementary color
Monochromatic Colors of #188F9D
Black with #188F9D
Text Example
Text Example
White with #188F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F9D; }
p { color: rgb(24,143,157); }
H1.HeaderClassName
{
color: #188F9D;
}
.AnyTagClassName
{
color: #188F9D;
}
</style>
background-color css
<style>
a { background-color: #188F9D; }
a { background-color: rgb(24,143,157); }
div.DivClassName
{
background-color: #188F9D;
}
.BgClassName
{
background-color: #188F9D;
}
</style>
border-color css
<style>
span { border-color: #188F9D; }
span { border-color: rgb(24,143,157); }
td.TdClassName
{
border-color: #188F9D;
}
.TagClassName
{
border-color: #188F9D;
}
</style>