#097F8D

Color #097F8D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #097F8D

Tints of Dark Cyan #097F8D

Color information

#097F8D (or 0x097F8D) is unknown color: approx Dark Cyan. HEX triplet: 09, 7F and 8D. RGB value is (9,127,141). Sum of RGB (Red+Green+Blue) = 9+127+141=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #097F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F8D is #F68072. Grayscale: #5D5D5D. Windows color (decimal): -16154739 or 9273097. OLE color: 9273097.

HSL color Cylindrical-coordinate representation of color #097F8D: hue angle of 186.36º 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 #097F8D is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9127141-
CMYK0.940.1000.45
HSL186.36º88%29.41%-
HSV(B)186.36º93.62%55.29%-
XYZ12.5117.1627.85-
YUV93.31154.9167.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=3.25%
G=45.85%
B=50.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91271410.940.1000.45186.368829.41
Hex97F8D5EA02Dba581d
Octal111772151361205527213035
Binary100111111111000110110111101010010110110111010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097F8D; }

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

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

<style>
 a { background-color: #097F8D; }

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

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

<style>
 span { border-color: #097F8D; }

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

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