#268F99

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

Shades of Java #268F99

Tints of Java #268F99

Color information

#268F99 (or 0x268F99) is unknown color: approx Java. HEX triplet: 26, 8F and 99. RGB value is (38,143,153). Sum of RGB (Red+Green+Blue) = 38+143+153=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #268F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F99 is #D97066. Grayscale: #707070. Windows color (decimal): -14250087 or 10063654. OLE color: 10063654.

HSL color Cylindrical-coordinate representation of color #268F99: hue angle of 185.22º 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 #268F99 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38143153-
CMYK0.750.0700.4
HSL185.22º60.21%37.45%-
HSV(B)185.22º75.16%60%-
XYZ16.3722.3633.59-
YUV112.74150.7174.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=11.38%
G=42.81%
B=45.81%

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
Decimal381431530.750.0700.4185.2260.2137.45
Hex268F994B7028b93c25
Octal4621723111370502717445
Binary10011010001111100110011001011111010100010111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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