Shades of Java #1C8FA0
Tints of Java #1C8FA0
RGB
CMYK
RGB Variations
Color information
#1C8FA0 (or 0x1C8FA0) is known color: Java. HEX triplet: 1C, 8F and A0. RGB value is (28,143,160). Sum of RGB (Red+Green+Blue) = 28+143+160=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C8FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8FA0 is #E3705F. Grayscale: #6E6E6E. Windows color (decimal): -14905440 or 10522396. OLE color: 10522396.
HSL color Cylindrical-coordinate representation of color #1C8FA0: hue angle of 187.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8FA0 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 143 | 160 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.37 |
| HSL | 187.73º | 0.7% | 0.37% | - |
| HSV(B) | 187.73º | 0.83% | 0.63% | - |
| XYZ | 16.65 | 22.43 | 36.71 | - |
| YUV | 110.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 160 | 0.82 | 0.11 | 0 | 0.37 | 187.73 | 0.7 | 0.37 |
| Hex | 1C | 8F | A0 | 52 | B | 0 | 25 | BC | 46 | 25 |
| Octal | 34 | 217 | 240 | 122 | 13 | 0 | 45 | 274 | 106 | 45 |
| Binary | 11100 | 10001111 | 10100000 | 1010010 | 1011 | 0 | 100101 | 10111100 | 1000110 | 100101 |
Color Harmonies of #1C8FA0
Complementary color
Monochromatic Colors of #1C8FA0
Black with #1C8FA0
Text Example
Text Example
White with #1C8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8FA0; }
p { color: rgb(28,143,160); }
H1.HeaderClassName
{
color: #1C8FA0;
}
.AnyTagClassName
{
color: #1C8FA0;
}
</style>
background-color css
<style>
a { background-color: #1C8FA0; }
a { background-color: rgb(28,143,160); }
div.DivClassName
{
background-color: #1C8FA0;
}
.BgClassName
{
background-color: #1C8FA0;
}
</style>
border-color css
<style>
span { border-color: #1C8FA0; }
span { border-color: rgb(28,143,160); }
td.TdClassName
{
border-color: #1C8FA0;
}
.TagClassName
{
border-color: #1C8FA0;
}
</style>