#09959E

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

Shades of Eastern Blue #09959E

Tints of Eastern Blue #09959E

Color information

#09959E (or 0x09959E) is unknown color: approx Eastern Blue. HEX triplet: 09, 95 and 9E. RGB value is (9,149,158). Sum of RGB (Red+Green+Blue) = 9+149+158=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 149 (58.59% from 255 or 47.15% 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 #09959E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09959E is #F66A61. Grayscale: #6B6B6B. Windows color (decimal): -16149090 or 10392841. OLE color: 10392841.

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

Color convert

RGB9149158-
CMYK0.940.0600.38
HSL183.62º89.22%32.75%-
HSV(B)183.62º94.3%61.96%-
XYZ17.0324.0236.09-
YUV108.17156.1257.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 158 (62.11% from 255) = 50%
R=2.85%
G=47.15%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91491580.940.0600.38183.6289.2232.75
Hex9959E5E6026b85921
Octal11225236136604627013141
Binary1001100101011001111010111101100100110101110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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