#0c889e

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

Shades of Eastern Blue #0C889E

Tints of Eastern Blue #0C889E

Color information

#0C889E (or 0x0C889E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 88 and 9E. RGB value is (12,136,158). Sum of RGB (Red+Green+Blue) = 12+136+158=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C889E is #F37761. Grayscale: #656565. Windows color (decimal): -15955810 or 10389516. OLE color: 10389516.

HSL color Cylindrical-coordinate representation of color #0C889E: hue angle of 189.04º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C889E is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12136158-
CMYK0.920.1400.38
HSL189.04º85.88%33.33%-
HSV(B)189.04º92.41%61.96%-
XYZ15.1320.1635.44-
YUV101.43159.9264.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=3.92%
G=44.44%
B=51.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121361580.920.1400.38189.0485.8833.33
HexC889E5CE026bd5621
Octal142102361341604627512641
Binary11001000100010011110101110011100100110101111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c889e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,158); }

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

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

 a { background-color: rgb(12,136,158); }

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

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

 span { border-color: rgb(12,136,158); }

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