#09969E

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

Shades of Eastern Blue #09969E

Tints of Eastern Blue #09969E

Color information

#09969E (or 0x09969E) is unknown color: approx Eastern Blue. HEX triplet: 09, 96 and 9E. RGB value is (9,150,158). Sum of RGB (Red+Green+Blue) = 9+150+158=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #09969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969E is #F66961. Grayscale: #6C6C6C. Windows color (decimal): -16148834 or 10393097. OLE color: 10393097.

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

Color convert

RGB9150158-
CMYK0.940.0500.38
HSL183.22º89.22%32.75%-
HSV(B)183.22º94.3%61.96%-
XYZ17.1924.3436.14-
YUV108.75155.7956.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.84%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=2.84%
G=47.32%
B=49.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91501580.940.0500.38183.2289.2232.75
Hex9969E5E5026b75921
Octal11226236136504626713141
Binary1001100101101001111010111101010100110101101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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