#268E99

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

Shades of Java #268E99

Tints of Java #268E99

Color information

#268E99 (or 0x268E99) is unknown color: approx Java. HEX triplet: 26, 8E and 99. RGB value is (38,142,153). Sum of RGB (Red+Green+Blue) = 38+142+153=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #268E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E99 is #D97166. Grayscale: #707070. Windows color (decimal): -14250343 or 10063398. OLE color: 10063398.

HSL color Cylindrical-coordinate representation of color #268E99: hue angle of 185.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268E99 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38142153-
CMYK0.750.0700.4
HSL185.74º60.21%37.45%-
HSV(B)185.74º75.16%60%-
XYZ16.2222.0633.54-
YUV112.16151.0475.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=11.41%
G=42.64%
B=45.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381421530.750.0700.4185.7460.2137.45
Hex268E994B7028ba3c25
Octal4621623111370502727445
Binary10011010001110100110011001011111010100010111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268E99; }

 p { color: rgb(38,142,153); }

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

<style>
 a { background-color: #268E99; }

 a { background-color: rgb(38,142,153); }

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

<style>
 span { border-color: #268E99; }

 span { border-color: rgb(38,142,153); }

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