#0C86A3

Color #0C86A3 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0C86A3

Tints of Eastern Blue #0C86A3

Color information

#0C86A3 (or 0x0C86A3) is unknown color: approx Eastern Blue. HEX triplet: 0C, 86 and A3. RGB value is (12,134,163). Sum of RGB (Red+Green+Blue) = 12+134+163=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C86A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C86A3 is #F3795C. Grayscale: #646464. Windows color (decimal): -15956317 or 10716684. OLE color: 10716684.

HSL color Cylindrical-coordinate representation of color #0C86A3: hue angle of 191.52º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C86A3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12134163-
CMYK0.930.1800.36
HSL191.52º86.29%34.31%-
HSV(B)191.52º92.64%63.92%-
XYZ15.2919.7737.66-
YUV100.83163.0864.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 163 (64.06% from 255) = 52.75%
R=3.88%
G=43.37%
B=52.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121341630.930.1800.36191.5286.2934.31
HexC86A35D12024c05622
Octal142062431352204430012642
Binary110010000110101000111011101100100100100110000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C86A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,134,163); }

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

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

 a { background-color: rgb(12,134,163); }

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

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

 span { border-color: rgb(12,134,163); }

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