#089399

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

Shades of Eastern Blue #089399

Tints of Eastern Blue #089399

Color information

#089399 (or 0x089399) is unknown color: approx Eastern Blue. HEX triplet: 08, 93 and 99. RGB value is (8,147,153). Sum of RGB (Red+Green+Blue) = 8+147+153=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #089399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089399 is #F76C66. Grayscale: #696969. Windows color (decimal): -16215143 or 10064648. OLE color: 10064648.

HSL color Cylindrical-coordinate representation of color #089399: hue angle of 182.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089399 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8147153-
CMYK0.950.0400.4
HSL182.48º90.06%31.57%-
HSV(B)182.48º94.77%60%-
XYZ16.2823.2233.76-
YUV106.12154.4558.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=2.60%
G=47.73%
B=49.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81471530.950.0400.4182.4890.0631.57
Hex893995F4028b65a20
Octal10223231137405026613240
Binary1000100100111001100110111111000101000101101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089399; }

 p { color: rgb(8,147,153); }

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

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

 a { background-color: rgb(8,147,153); }

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

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

 span { border-color: rgb(8,147,153); }

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