#09909E

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

Shades of Eastern Blue #09909E

Tints of Eastern Blue #09909E

Color information

#09909E (or 0x09909E) is unknown color: approx Eastern Blue. HEX triplet: 09, 90 and 9E. RGB value is (9,144,158). Sum of RGB (Red+Green+Blue) = 9+144+158=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #09909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09909E is #F66F61. Grayscale: #696969. Windows color (decimal): -16150370 or 10391561. OLE color: 10391561.

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

Color convert

RGB9144158-
CMYK0.940.0900.38
HSL185.64º89.22%32.75%-
HSV(B)185.64º94.3%61.96%-
XYZ16.2622.4735.83-
YUV105.23157.7759.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.89%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=2.89%
G=46.30%
B=50.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91441580.940.0900.38185.6489.2232.75
Hex9909E5E9026ba5921
Octal112202361361104627213141
Binary10011001000010011110101111010010100110101110101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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