#09959F

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

Shades of Eastern Blue #09959F

Tints of Eastern Blue #09959F

Color information

#09959F (or 0x09959F) is unknown color: approx Eastern Blue. HEX triplet: 09, 95 and 9F. RGB value is (9,149,159). Sum of RGB (Red+Green+Blue) = 9+149+159=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #09959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09959F is #F66A60. Grayscale: #6C6C6C. Windows color (decimal): -16149089 or 10458377. OLE color: 10458377.

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

Color convert

RGB9149159-
CMYK0.940.0600.38
HSL184º89.29%32.94%-
HSV(B)184º94.34%62.35%-
XYZ17.1224.0636.54-
YUV108.28156.6257.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.84%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=2.84%
G=47.00%
B=50.16%

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
Decimal91491590.940.0600.3818489.2932.94
Hex9959F5E6026b85921
Octal11225237136604627013141
Binary1001100101011001111110111101100100110101110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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