#0899A3

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

Shades of Eastern Blue #0899A3

Tints of Eastern Blue #0899A3

Color information

#0899A3 (or 0x0899A3) is unknown color: approx Eastern Blue. HEX triplet: 08, 99 and A3. RGB value is (8,153,163). Sum of RGB (Red+Green+Blue) = 8+153+163=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #0899A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899A3 is #F7665C. Grayscale: #6E6E6E. Windows color (decimal): -16213597 or 10721544. OLE color: 10721544.

HSL color Cylindrical-coordinate representation of color #0899A3: hue angle of 183.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0899A3 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8153163-
CMYK0.950.0600.36
HSL183.87º90.64%33.53%-
HSV(B)183.87º95.09%63.92%-
XYZ18.125.4838.61-
YUV110.78157.4654.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 163 (64.06% from 255) = 50.31%
R=2.47%
G=47.22%
B=50.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81531630.950.0600.36183.8790.6433.53
Hex899A35F6024b85b22
Octal10231243137604427013342
Binary1000100110011010001110111111100100100101110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0899A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0899A3; }

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

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

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

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

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

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

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

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