#08869E

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

Shades of Eastern Blue #08869E

Tints of Eastern Blue #08869E

Color information

#08869E (or 0x08869E) is unknown color: approx Eastern Blue. HEX triplet: 08, 86 and 9E. RGB value is (8,134,158). Sum of RGB (Red+Green+Blue) = 8+134+158=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #08869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08869E is #F77961. Grayscale: #626262. Windows color (decimal): -16218466 or 10389000. OLE color: 10389000.

HSL color Cylindrical-coordinate representation of color #08869E: hue angle of 189.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08869E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8134158-
CMYK0.950.1500.38
HSL189.6º90.36%32.55%-
HSV(B)189.6º94.94%61.96%-
XYZ14.819.5735.35-
YUV99.06161.2663.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=2.67%
G=44.67%
B=52.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81341580.950.1500.38189.690.3632.55
Hex8869E5FF026be5a21
Octal102062361371704627613241
Binary10001000011010011110101111111110100110101111101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08869E; }

 p { color: rgb(8,134,158); }

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

<style>
 a { background-color: #08869E; }

 a { background-color: rgb(8,134,158); }

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

<style>
 span { border-color: #08869E; }

 span { border-color: rgb(8,134,158); }

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