#09708D

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

Shades of Allports #09708D

Tints of Allports #09708D

Color information

#09708D (or 0x09708D) is unknown color: approx Allports. HEX triplet: 09, 70 and 8D. RGB value is (9,112,141). Sum of RGB (Red+Green+Blue) = 9+112+141=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #09708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09708D is #F68F72. Grayscale: #545454. Windows color (decimal): -16158579 or 9269257. OLE color: 9269257.

HSL color Cylindrical-coordinate representation of color #09708D: hue angle of 193.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09708D is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9112141-
CMYK0.940.2100.45
HSL193.18º88%29.41%-
HSV(B)193.18º93.62%55.29%-
XYZ10.7113.5727.25-
YUV84.51159.8874.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=3.44%
G=42.75%
B=53.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91121410.940.2100.45193.188829.41
Hex9708D5E1502Dc1581d
Octal111602151362505530113035
Binary1001111000010001101101111010101010110111000001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09708D; }

 p { color: rgb(9,112,141); }

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

<style>
 a { background-color: #09708D; }

 a { background-color: rgb(9,112,141); }

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

<style>
 span { border-color: #09708D; }

 span { border-color: rgb(9,112,141); }

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