#08969E

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

Shades of Eastern Blue #08969E

Tints of Eastern Blue #08969E

Color information

#08969E (or 0x08969E) is unknown color: approx Eastern Blue. HEX triplet: 08, 96 and 9E. RGB value is (8,150,158). Sum of RGB (Red+Green+Blue) = 8+150+158=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #08969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08969E is #F76961. Grayscale: #6C6C6C. Windows color (decimal): -16214370 or 10393096. OLE color: 10393096.

HSL color Cylindrical-coordinate representation of color #08969E: hue angle of 183.2º 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 #08969E is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8150158-
CMYK0.950.0500.38
HSL183.2º90.36%32.55%-
HSV(B)183.2º94.94%61.96%-
XYZ17.1824.3336.14-
YUV108.45155.9656.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.53%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 158 (62.11% from 255) = 50%
R=2.53%
G=47.47%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81501580.950.0500.38183.290.3632.55
Hex8969E5F5026b75a21
Octal10226236137504626713241
Binary1000100101101001111010111111010100110101101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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