#0C88A5

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

Shades of Eastern Blue #0C88A5

Tints of Eastern Blue #0C88A5

Color information

#0C88A5 (or 0x0C88A5) is unknown color: approx Eastern Blue. HEX triplet: 0C, 88 and A5. RGB value is (12,136,165). Sum of RGB (Red+Green+Blue) = 12+136+165=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C88A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88A5 is #F3775A. Grayscale: #656565. Windows color (decimal): -15955803 or 10848268. OLE color: 10848268.

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

Color convert

RGB12136165-
CMYK0.930.1800.35
HSL191.37º86.44%34.71%-
HSV(B)191.37º92.73%64.71%-
XYZ15.7520.438.71-
YUV102.23163.4263.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 165 (64.84% from 255) = 52.72%
R=3.83%
G=43.45%
B=52.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121361650.930.1800.35191.3786.4434.71
HexC88A55D12023bf5623
Octal142102451352204327712643
Binary110010001000101001011011101100100100011101111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C88A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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