#096C8E

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

Shades of Allports #096C8E

Tints of Allports #096C8E

Color information

#096C8E (or 0x096C8E) is unknown color: approx Allports. HEX triplet: 09, 6C and 8E. RGB value is (9,108,142). Sum of RGB (Red+Green+Blue) = 9+108+142=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #096C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C8E is #F69371. Grayscale: #525252. Windows color (decimal): -16159602 or 9333769. OLE color: 9333769.

HSL color Cylindrical-coordinate representation of color #096C8E: hue angle of 195.34º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C8E is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9108142-
CMYK0.940.2400.44
HSL195.34º88.08%29.61%-
HSV(B)195.34º93.66%55.69%-
XYZ10.3612.7427.5-
YUV82.28161.775.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=3.47%
G=41.70%
B=54.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91081420.940.2400.44195.3488.0829.61
Hex96C8E5E1802Cc3581e
Octal111542161363005430313036
Binary1001110110010001110101111011000010110011000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,142); }

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

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

 a { background-color: rgb(9,108,142); }

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

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

 span { border-color: rgb(9,108,142); }

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