#087E8D

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

Shades of Dark Cyan #087E8D

Tints of Dark Cyan #087E8D

Color information

#087E8D (or 0x087E8D) is unknown color: approx Dark Cyan. HEX triplet: 08, 7E and 8D. RGB value is (8,126,141). Sum of RGB (Red+Green+Blue) = 8+126+141=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #087E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E8D is #F78172. Grayscale: #5C5C5C. Windows color (decimal): -16220531 or 9272840. OLE color: 9272840.

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

Color convert

RGB8126141-
CMYK0.940.1100.45
HSL186.77º89.26%29.22%-
HSV(B)186.77º94.33%55.29%-
XYZ12.3716.927.81-
YUV92.43155.4167.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=2.91%
G=45.82%
B=51.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81261410.940.1100.45186.7789.2629.22
Hex87E8D5EB02Dbb591d
Octal101762151361305527313135
Binary100011111101000110110111101011010110110111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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