Shades of Java #269DA5
Tints of Java #269DA5
RGB
CMYK
RGB Variations
Color information
#269DA5 (or 0x269DA5) is known color: Java. HEX triplet: 26, 9D and A5. RGB value is (38,157,165). Sum of RGB (Red+Green+Blue) = 38+157+165=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #269DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA5 is #D9625A. Grayscale: #7A7A7A. Windows color (decimal): -14246491 or 10853670. OLE color: 10853670.
HSL color Cylindrical-coordinate representation of color #269DA5: hue angle of 183.78º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269DA5 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 157 | 165 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.35 |
| HSL | 183.78º | 0.63% | 0.4% | - |
| HSV(B) | 183.78º | 0.77% | 0.65% | - |
| XYZ | 19.65 | 27.24 | 39.82 | - |
| YUV | 122.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 165 | 0.77 | 0.05 | 0 | 0.35 | 183.78 | 0.63 | 0.4 |
| Hex | 26 | 9D | A5 | 4D | 5 | 0 | 23 | B8 | 3F | 28 |
| Octal | 46 | 235 | 245 | 115 | 5 | 0 | 43 | 270 | 77 | 50 |
| Binary | 100110 | 10011101 | 10100101 | 1001101 | 101 | 0 | 100011 | 10111000 | 111111 | 101000 |
Color Harmonies of #269DA5
Complementary color
Monochromatic Colors of #269DA5
Black with #269DA5
Text Example
Text Example
White with #269DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA5; }
p { color: rgb(38,157,165); }
H1.HeaderClassName
{
color: #269DA5;
}
.AnyTagClassName
{
color: #269DA5;
}
</style>
background-color css
<style>
a { background-color: #269DA5; }
a { background-color: rgb(38,157,165); }
div.DivClassName
{
background-color: #269DA5;
}
.BgClassName
{
background-color: #269DA5;
}
</style>
border-color css
<style>
span { border-color: #269DA5; }
span { border-color: rgb(38,157,165); }
td.TdClassName
{
border-color: #269DA5;
}
.TagClassName
{
border-color: #269DA5;
}
</style>