Html Css Color HEX #0989AA Eastern Blue

📋 copy color: '#0989AA'

red 9 ◦ green 137 ◦ blue 170

#0989AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0989AA

Tints of Eastern Blue #0989AA

RGB

 RED value IS 9 (3.91% from 255) = 2.85%

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 2.85%
G = 43.35%
B = 53.8%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0989AA (or 0x0989AA) is known color: Eastern Blue. HEX triplet: 09, 89 and AA. RGB value is (9,137,170). Sum of RGB (Red+Green+Blue) = 9+137+170=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0989AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0989AA is #F67655. Grayscale: #666666. Windows color (decimal): -16152150 or 11176201. OLE color: 11176201.

HSL color Cylindrical-coordinate representation of color #0989AA: hue angle of 192.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0989AA is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 137 170 -
CMYK 0.95 0.19 0 0.33
HSL 192.3º 0.9% 0.35% -
HSV(B) 192.3º 0.95% 0.67% -
XYZ 16.31 20.85 41.2 -
YUV 102.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 9 137 170 0.95 0.19 0 0.33 192.3 0.9 0.35
Hex 9 89 AA 5F 13 0 21 C0 5A 23
Octal 11 211 252 137 23 0 41 300 132 43
Binary 1001 10001001 10101010 1011111 10011 0 100001 11000000 1011010 100011

Color Harmonies of #0989AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989AA

Black with #0989AA

Text Example


Text Example

White with #0989AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0989AA; }

 p { color: rgb(9,137,170); }

 H1.HeaderClassName
 {
   color: #0989AA;
 }
 .AnyTagClassName
 {
   color: #0989AA;
 }
</style>

background-color css

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

 a { background-color: rgb(9,137,170); }

 div.DivClassName
 {
   background-color: #0989AA;
 }
 .BgClassName
 {
   background-color: #0989AA;
 }
</style>

border-color css

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

 span { border-color: rgb(9,137,170); }

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