#087F8D

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

Shades of Dark Cyan #087F8D

Tints of Dark Cyan #087F8D

Color information

#087F8D (or 0x087F8D) is unknown color: approx Dark Cyan. HEX triplet: 08, 7F and 8D. RGB value is (8,127,141). Sum of RGB (Red+Green+Blue) = 8+127+141=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #087F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F8D is #F78072. Grayscale: #5C5C5C. Windows color (decimal): -16220275 or 9273096. OLE color: 9273096.

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

Color convert

RGB8127141-
CMYK0.940.1000.45
HSL186.32º89.26%29.22%-
HSV(B)186.32º94.33%55.29%-
XYZ12.517.1527.85-
YUV93.01155.0867.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.90%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=2.90%
G=46.01%
B=51.09%

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
Decimal81271410.940.1000.45186.3289.2629.22
Hex87F8D5EA02Dba591d
Octal101772151361205527213135
Binary100011111111000110110111101010010110110111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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