#0C8EA4

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

Shades of Eastern Blue #0C8EA4

Tints of Eastern Blue #0C8EA4

Color information

#0C8EA4 (or 0x0C8EA4) is unknown color: approx Eastern Blue. HEX triplet: 0C, 8E and A4. RGB value is (12,142,164). Sum of RGB (Red+Green+Blue) = 12+142+164=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C8EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8EA4 is #F3715B. Grayscale: #696969. Windows color (decimal): -15954268 or 10784268. OLE color: 10784268.

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

Color convert

RGB12142164-
CMYK0.930.1300.36
HSL188.68º86.36%34.51%-
HSV(B)188.68º92.68%64.31%-
XYZ16.5322.138.52-
YUV105.64160.9361.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.77%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=3.77%
G=44.65%
B=51.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121421640.930.1300.36188.6886.3634.51
HexC8EA45DD024bd5623
Octal142162441351504427512643
Binary11001000111010100100101110111010100100101111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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