#087F8E

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

Shades of Dark Cyan #087F8E

Tints of Dark Cyan #087F8E

Color information

#087F8E (or 0x087F8E) is unknown color: approx Dark Cyan. HEX triplet: 08, 7F and 8E. RGB value is (8,127,142). Sum of RGB (Red+Green+Blue) = 8+127+142=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #087F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F8E is #F78071. Grayscale: #5C5C5C. Windows color (decimal): -16220274 or 9338632. OLE color: 9338632.

HSL color Cylindrical-coordinate representation of color #087F8E: hue angle of 186.72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F8E is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8127142-
CMYK0.940.1100.44
HSL186.72º89.33%29.41%-
HSV(B)186.72º94.37%55.69%-
XYZ12.5717.1828.25-
YUV93.13155.5867.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=2.89%
G=45.85%
B=51.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81271420.940.1100.44186.7289.3329.41
Hex87F8E5EB02Cbb591d
Octal101772161361305427313135
Binary100011111111000111010111101011010110010111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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