#269B9E

Color #269B9E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #269B9E

Tints of Java #269B9E

Color information

#269B9E (or 0x269B9E) is unknown color: approx 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

RGB38155158-
CMYK0.760.0200.38
HSL181.5º61.22%38.43%-
HSV(B)181.5º75.95%61.96%-
XYZ18.6926.3236.44-
YUV120.36149.2469.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=10.83%
G=44.16%
B=45.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381551580.760.0200.38181.561.2238.43
Hex269B9E4C2026b63d26
Octal4623323611420462667546
Binary1001101001101110011110100110010010011010110110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>