#096F82

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

Shades of Allports #096F82

Tints of Allports #096F82

Color information

#096F82 (or 0x096F82) is unknown color: approx Allports. HEX triplet: 09, 6F and 82. RGB value is (9,111,130). Sum of RGB (Red+Green+Blue) = 9+111+130=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #096F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F82 is #F6907D. Grayscale: #525252. Windows color (decimal): -16158846 or 8548105. OLE color: 8548105.

HSL color Cylindrical-coordinate representation of color #096F82: hue angle of 189.42º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096F82 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9111130-
CMYK0.930.1500.49
HSL189.42º87.05%27.25%-
HSV(B)189.42º93.08%50.98%-
XYZ9.8313.0423.12-
YUV82.67154.7175.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 130 (51.17% from 255) = 52%
R=3.6%
G=44.4%
B=52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91111300.930.1500.49189.4287.0527.25
Hex96F825DF031bd571b
Octal111572021351706127512733
Binary100111011111000001010111011111011000110111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,111,130); }

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

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

 a { background-color: rgb(9,111,130); }

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

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

 span { border-color: rgb(9,111,130); }

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