Shades of Java #269B9E
Tints of Java #269B9E
RGB
CMYK
RGB Variations
Color information
#269B9E (or 0x269B9E) is known color: Java. HEX triplet: 26, 9B and 9E. RGB value is (38,155,158). Sum of RGB (Red+Green+Blue) = 38+155+158=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #269B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B9E is #D96461. Grayscale: #787878. Windows color (decimal): -14247010 or 10394406. OLE color: 10394406.
HSL color Cylindrical-coordinate representation of color #269B9E: hue angle of 181.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269B9E is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 155 | 158 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.38 |
| HSL | 181.5º | 0.61% | 0.38% | - |
| HSV(B) | 181.5º | 0.76% | 0.62% | - |
| XYZ | 18.69 | 26.32 | 36.44 | - |
| YUV | 120.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 158 | 0.76 | 0.02 | 0 | 0.38 | 181.5 | 0.61 | 0.38 |
| Hex | 26 | 9B | 9E | 4C | 2 | 0 | 26 | B6 | 3D | 26 |
| Octal | 46 | 233 | 236 | 114 | 2 | 0 | 46 | 266 | 75 | 46 |
| Binary | 100110 | 10011011 | 10011110 | 1001100 | 10 | 0 | 100110 | 10110110 | 111101 | 100110 |
Color Harmonies of #269B9E
Complementary color
Monochromatic Colors of #269B9E
Black with #269B9E
Text Example
Text Example
White with #269B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B9E; }
p { color: rgb(38,155,158); }
H1.HeaderClassName
{
color: #269B9E;
}
.AnyTagClassName
{
color: #269B9E;
}
</style>
background-color css
<style>
a { background-color: #269B9E; }
a { background-color: rgb(38,155,158); }
div.DivClassName
{
background-color: #269B9E;
}
.BgClassName
{
background-color: #269B9E;
}
</style>
border-color css
<style>
span { border-color: #269B9E; }
span { border-color: rgb(38,155,158); }
td.TdClassName
{
border-color: #269B9E;
}
.TagClassName
{
border-color: #269B9E;
}
</style>