Shades of Java #269A9F
Tints of Java #269A9F
RGB
CMYK
RGB Variations
Color information
#269A9F (or 0x269A9F) is known color: Java. HEX triplet: 26, 9A and 9F. RGB value is (38,154,159). Sum of RGB (Red+Green+Blue) = 38+154+159=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #269A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A9F is #D96560. Grayscale: #777777. Windows color (decimal): -14247265 or 10459686. OLE color: 10459686.
HSL color Cylindrical-coordinate representation of color #269A9F: hue angle of 182.48º 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 #269A9F is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 154 | 159 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.38 |
| HSL | 182.48º | 0.61% | 0.39% | - |
| HSV(B) | 182.48º | 0.76% | 0.62% | - |
| XYZ | 18.61 | 26.03 | 36.84 | - |
| YUV | 119.89 | 150.07 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 159 | 0.76 | 0.03 | 0 | 0.38 | 182.48 | 0.61 | 0.39 |
| Hex | 26 | 9A | 9F | 4C | 3 | 0 | 26 | B6 | 3D | 27 |
| Octal | 46 | 232 | 237 | 114 | 3 | 0 | 46 | 266 | 75 | 47 |
| Binary | 100110 | 10011010 | 10011111 | 1001100 | 11 | 0 | 100110 | 10110110 | 111101 | 100111 |
Color Harmonies of #269A9F
Complementary color
Monochromatic Colors of #269A9F
Black with #269A9F
Text Example
Text Example
White with #269A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A9F; }
p { color: rgb(38,154,159); }
H1.HeaderClassName
{
color: #269A9F;
}
.AnyTagClassName
{
color: #269A9F;
}
</style>
background-color css
<style>
a { background-color: #269A9F; }
a { background-color: rgb(38,154,159); }
div.DivClassName
{
background-color: #269A9F;
}
.BgClassName
{
background-color: #269A9F;
}
</style>
border-color css
<style>
span { border-color: #269A9F; }
span { border-color: rgb(38,154,159); }
td.TdClassName
{
border-color: #269A9F;
}
.TagClassName
{
border-color: #269A9F;
}
</style>