#1F888C

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

Shades of Java #1F888C

Tints of Java #1F888C

Color information

#1F888C (or 0x1F888C) is unknown color: approx Java. HEX triplet: 1F, 88 and 8C. RGB value is (31,136,140). Sum of RGB (Red+Green+Blue) = 31+136+140=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F888C is #E07773. Grayscale: #686868. Windows color (decimal): -14710644 or 9209887. OLE color: 9209887.

HSL color Cylindrical-coordinate representation of color #1F888C: hue angle of 182.2º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F888C is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31136140-
CMYK0.780.0300.45
HSL182.2º63.74%33.53%-
HSV(B)182.2º77.86%54.9%-
XYZ14.119.7927.89-
YUV105.06147.7175.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=10.10%
G=44.30%
B=45.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311361400.780.0300.45182.263.7433.53
Hex1F888C4E302Db64022
Octal37210214116305526610042
Binary1111110001000100011001001110110101101101101101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,136,140); }

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

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

 a { background-color: rgb(31,136,140); }

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

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

 span { border-color: rgb(31,136,140); }

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