Shades of Java #269E9F
Tints of Java #269E9F
RGB
CMYK
RGB Variations
Color information
#269E9F (or 0x269E9F) is known color: Java. HEX triplet: 26, 9E and 9F. RGB value is (38,158,159). Sum of RGB (Red+Green+Blue) = 38+158+159=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #269E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269E9F is #D96160. Grayscale: #7A7A7A. Windows color (decimal): -14246241 or 10460710. OLE color: 10460710.
HSL color Cylindrical-coordinate representation of color #269E9F: hue angle of 180.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E9F is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 159 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.38 |
| HSL | 180.5º | 0.61% | 0.39% | - |
| HSV(B) | 180.5º | 0.76% | 0.62% | - |
| XYZ | 19.28 | 27.37 | 37.07 | - |
| YUV | 122.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 159 | 0.76 | 0.01 | 0 | 0.38 | 180.5 | 0.61 | 0.39 |
| Hex | 26 | 9E | 9F | 4C | 1 | 0 | 26 | B4 | 3D | 27 |
| Octal | 46 | 236 | 237 | 114 | 1 | 0 | 46 | 264 | 75 | 47 |
| Binary | 100110 | 10011110 | 10011111 | 1001100 | 1 | 0 | 100110 | 10110100 | 111101 | 100111 |
Color Harmonies of #269E9F
Complementary color
Monochromatic Colors of #269E9F
Black with #269E9F
Text Example
Text Example
White with #269E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E9F; }
p { color: rgb(38,158,159); }
H1.HeaderClassName
{
color: #269E9F;
}
.AnyTagClassName
{
color: #269E9F;
}
</style>
background-color css
<style>
a { background-color: #269E9F; }
a { background-color: rgb(38,158,159); }
div.DivClassName
{
background-color: #269E9F;
}
.BgClassName
{
background-color: #269E9F;
}
</style>
border-color css
<style>
span { border-color: #269E9F; }
span { border-color: rgb(38,158,159); }
td.TdClassName
{
border-color: #269E9F;
}
.TagClassName
{
border-color: #269E9F;
}
</style>