#08969B

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

Shades of Eastern Blue #08969B

Tints of Eastern Blue #08969B

Color information

#08969B (or 0x08969B) is unknown color: approx Eastern Blue. HEX triplet: 08, 96 and 9B. RGB value is (8,150,155). Sum of RGB (Red+Green+Blue) = 8+150+155=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #08969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08969B is #F76964. Grayscale: #6B6B6B. Windows color (decimal): -16214373 or 10196488. OLE color: 10196488.

HSL color Cylindrical-coordinate representation of color #08969B: hue angle of 182.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08969B is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8150155-
CMYK0.950.0300.39
HSL182.04º90.18%31.96%-
HSV(B)182.04º94.84%60.78%-
XYZ16.9224.2334.8-
YUV108.11154.4656.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=2.56%
G=47.92%
B=49.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81501550.950.0300.39182.0490.1831.96
Hex8969B5F3027b65a20
Octal10226233137304726613240
Binary100010010110100110111011111110100111101101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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