#096E87

Color #096E87 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #096E87

Tints of Allports #096E87

Color information

#096E87 (or 0x096E87) is unknown color: approx Allports. HEX triplet: 09, 6E and 87. RGB value is (9,110,135). Sum of RGB (Red+Green+Blue) = 9+110+135=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #096E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E87 is #F69178. Grayscale: #525252. Windows color (decimal): -16159097 or 8875529. OLE color: 8875529.

HSL color Cylindrical-coordinate representation of color #096E87: hue angle of 191.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E87 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9110135-
CMYK0.930.1900.47
HSL191.9º87.5%28.24%-
HSV(B)191.9º93.33%52.94%-
XYZ10.0612.9624.89-
YUV82.65157.5475.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=3.54%
G=43.31%
B=53.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91101350.930.1900.47191.987.528.24
Hex96E875D1302Fc0581c
Octal111562071352305730013034
Binary1001110111010000111101110110011010111111000000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096E87; }

 p { color: rgb(9,110,135); }

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

<style>
 a { background-color: #096E87; }

 a { background-color: rgb(9,110,135); }

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

<style>
 span { border-color: #096E87; }

 span { border-color: rgb(9,110,135); }

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