#0C969E

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

Shades of Eastern Blue #0C969E

Tints of Eastern Blue #0C969E

Color information

#0C969E (or 0x0C969E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 96 and 9E. RGB value is (12,150,158). Sum of RGB (Red+Green+Blue) = 12+150+158=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C969E is #F36961. Grayscale: #6D6D6D. Windows color (decimal): -15952226 or 10393100. OLE color: 10393100.

HSL color Cylindrical-coordinate representation of color #0C969E: hue angle of 183.29º 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 #0C969E is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12150158-
CMYK0.920.0500.38
HSL183.29º85.88%33.33%-
HSV(B)183.29º92.41%61.96%-
XYZ17.2324.3636.14-
YUV109.65155.2858.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.75%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=3.75%
G=46.88%
B=49.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121501580.920.0500.38183.2985.8833.33
HexC969E5C5026b75621
Octal14226236134504626712641
Binary1100100101101001111010111001010100110101101111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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