#1E8898

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

Shades of Java #1E8898

Tints of Java #1E8898

Color information

#1E8898 (or 0x1E8898) is unknown color: approx Java. HEX triplet: 1E, 88 and 98. RGB value is (30,136,152). Sum of RGB (Red+Green+Blue) = 30+136+152=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E8898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8898 is #E17767. Grayscale: #696969. Windows color (decimal): -14776168 or 9996318. OLE color: 9996318.

HSL color Cylindrical-coordinate representation of color #1E8898: hue angle of 187.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E8898 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB30136152-
CMYK0.800.1100.40
HSL187.87º67.03%35.69%-
HSV(B)187.87º80.26%59.61%-
XYZ15.0120.1532.8-
YUV106.13153.8873.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.43%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=9.43%
G=42.77%
B=47.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301361520.800.1100.40187.8767.0335.69
Hex1E889850B028bc4324
Octal362102301201305027410344
Binary111101000100010011000101000010110101000101111001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E8898; }

 p { color: rgb(30,136,152); }

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

<style>
 a { background-color: #1E8898; }

 a { background-color: rgb(30,136,152); }

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

<style>
 span { border-color: #1E8898; }

 span { border-color: rgb(30,136,152); }

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