#0C8799

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

Shades of Eastern Blue #0C8799

Tints of Eastern Blue #0C8799

Color information

#0C8799 (or 0x0C8799) is unknown color: approx Eastern Blue. HEX triplet: 0C, 87 and 99. RGB value is (12,135,153). Sum of RGB (Red+Green+Blue) = 12+135+153=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C8799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8799 is #F37866. Grayscale: #646464. Windows color (decimal): -15956071 or 10061580. OLE color: 10061580.

HSL color Cylindrical-coordinate representation of color #0C8799: hue angle of 187.66º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8799 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12135153-
CMYK0.920.1200.4
HSL187.66º85.45%32.35%-
HSV(B)187.66º92.16%60%-
XYZ14.5719.7133.17-
YUV100.27157.7565.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 153 (60.16% from 255) = 51%
R=4%
G=45%
B=51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121351530.920.1200.4187.6685.4532.35
HexC87995CC028bc5520
Octal142072311341405027412540
Binary11001000011110011001101110011000101000101111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,153); }

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

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

 a { background-color: rgb(12,135,153); }

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

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

 span { border-color: rgb(12,135,153); }

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