#269AA0

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

Shades of Java #269AA0

Tints of Java #269AA0

Color information

#269AA0 (or 0x269AA0) is unknown color: approx Java. HEX triplet: 26, 9A and A0. RGB value is (38,154,160). Sum of RGB (Red+Green+Blue) = 38+154+160=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #269AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AA0 is #D9655F. Grayscale: #777777. Windows color (decimal): -14247264 or 10525222. OLE color: 10525222.

HSL color Cylindrical-coordinate representation of color #269AA0: hue angle of 182.95º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269AA0 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB38154160-
CMYK0.760.0400.37
HSL182.95º61.62%38.82%-
HSV(B)182.95º76.25%62.75%-
XYZ18.726.0637.3-
YUV120150.5769.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.80%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=10.80%
G=43.75%
B=45.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381541600.760.0400.37182.9561.6238.82
Hex269AA04C4025b73e27
Octal4623224011440452677647
Binary10011010011010101000001001100100010010110110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269AA0; }

 p { color: rgb(38,154,160); }

 H1.HeaderClassName
 {
   color: #269AA0;
 }
 .AnyTagClassName
 {
   color: #269AA0;
 }
</style>
background-color css

<style>
 a { background-color: #269AA0; }

 a { background-color: rgb(38,154,160); }

 div.DivClassName
 {
   background-color: #269AA0;
 }
 .BgClassName
 {
   background-color: #269AA0;
 }
</style>
border-color css

<style>
 span { border-color: #269AA0; }

 span { border-color: rgb(38,154,160); }

 td.TdClassName
 {
   border-color: #269AA0;
 }
 .TagClassName
 {
   border-color: #269AA0;
 }
</style>