#0c8e9b

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

Shades of Eastern Blue #0C8E9B

Tints of Eastern Blue #0C8E9B

Color information

#0C8E9B (or 0x0C8E9B) is unknown color: approx Eastern Blue. HEX triplet: 0C, 8E and 9B. RGB value is (12,142,155). Sum of RGB (Red+Green+Blue) = 12+142+155=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C8E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8E9B is #F37164. Grayscale: #686868. Windows color (decimal): -15954277 or 10194444. OLE color: 10194444.

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

Color convert

RGB12142155-
CMYK0.920.0800.39
HSL185.45º85.63%32.75%-
HSV(B)185.45º92.26%60.78%-
XYZ15.7421.7934.39-
YUV104.61156.4361.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=3.88%
G=45.95%
B=50.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121421550.920.0800.39185.4585.6332.75
HexC8E9B5C8027b95621
Octal142162331341004727112641
Binary11001000111010011011101110010000100111101110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,142,155); }

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

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

 a { background-color: rgb(12,142,155); }

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

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

 span { border-color: rgb(12,142,155); }

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