#0884A0

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

Shades of Eastern Blue #0884A0

Tints of Eastern Blue #0884A0

Color information

#0884A0 (or 0x0884A0) is unknown color: approx Eastern Blue. HEX triplet: 08, 84 and A0. RGB value is (8,132,160). Sum of RGB (Red+Green+Blue) = 8+132+160=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #0884A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0884A0 is #F77B5F. Grayscale: #616161. Windows color (decimal): -16218976 or 10519560. OLE color: 10519560.

HSL color Cylindrical-coordinate representation of color #0884A0: hue angle of 191.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0884A0 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8132160-
CMYK0.950.1700.37
HSL191.05º90.48%32.94%-
HSV(B)191.05º95%62.75%-
XYZ14.719.0936.17-
YUV98.12162.9263.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 160 (62.89% from 255) = 53.33%
R=2.67%
G=44%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81321600.950.1700.37191.0590.4832.94
Hex884A05F11025bf5a21
Octal102042401372104527713241
Binary100010000100101000001011111100010100101101111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0884A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0884A0; }

 p { color: rgb(8,132,160); }

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

<style>
 a { background-color: #0884A0; }

 a { background-color: rgb(8,132,160); }

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

<style>
 span { border-color: #0884A0; }

 span { border-color: rgb(8,132,160); }

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