#0B868D

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

Shades of Dark Cyan #0B868D

Tints of Dark Cyan #0B868D

Color information

#0B868D (or 0x0B868D) is unknown color: approx Dark Cyan. HEX triplet: 0B, 86 and 8D. RGB value is (11,134,141). Sum of RGB (Red+Green+Blue) = 11+134+141=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B868D is #F47972. Grayscale: #616161. Windows color (decimal): -16021875 or 9274891. OLE color: 9274891.

HSL color Cylindrical-coordinate representation of color #0B868D: hue angle of 183.23º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B868D is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11134141-
CMYK0.920.0500.45
HSL183.23º85.53%29.8%-
HSV(B)183.23º92.2%55.29%-
XYZ13.4719.0428.17-
YUV98.02152.2565.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.85%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=3.85%
G=46.85%
B=49.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111341410.920.0500.45183.2385.5329.8
HexB868D5C502Db7561e
Octal13206215134505526712636
Binary101110000110100011011011100101010110110110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B868D; }

 p { color: rgb(11,134,141); }

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

<style>
 a { background-color: #0B868D; }

 a { background-color: rgb(11,134,141); }

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

<style>
 span { border-color: #0B868D; }

 span { border-color: rgb(11,134,141); }

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