#09809B

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

Shades of Eastern Blue #09809B

Tints of Eastern Blue #09809B

Color information

#09809B (or 0x09809B) is unknown color: approx Eastern Blue. HEX triplet: 09, 80 and 9B. RGB value is (9,128,155). Sum of RGB (Red+Green+Blue) = 9+128+155=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #09809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09809B is #F67F64. Grayscale: #5F5F5F. Windows color (decimal): -16154469 or 10190857. OLE color: 10190857.

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

Color convert

RGB9128155-
CMYK0.940.1700.39
HSL191.1º89.02%32.16%-
HSV(B)191.1º94.19%60.78%-
XYZ13.7517.8633.73-
YUV95.5161.5866.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=3.08%
G=43.84%
B=53.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91281550.940.1700.39191.189.0232.16
Hex9809B5E11027bf5920
Octal112002331362104727713140
Binary100110000000100110111011110100010100111101111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,128,155); }

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

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

 a { background-color: rgb(9,128,155); }

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

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

 span { border-color: rgb(9,128,155); }

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