Html Css Color HEX #0889AA Eastern Blue

📋 copy color: '#0889AA'

red 8 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #0889AA

Tints of Eastern Blue #0889AA

RGB

 RED value IS 8 (3.52% from 255) = 2.54%

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

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

R = 2.54%
G = 43.49%
B = 53.97%

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

#0889AA (or 0x0889AA) is known color: Eastern Blue. HEX triplet: 08, 89 and AA. RGB value is (8,137,170). Sum of RGB (Red+Green+Blue) = 8+137+170=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #0889AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889AA is #F77655. Grayscale: #656565. Windows color (decimal): -16217686 or 11176200. OLE color: 11176200.

HSL color Cylindrical-coordinate representation of color #0889AA: hue angle of 192.22º degrees, saturation: 0.91, 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 #0889AA is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 137 170 -
CMYK 0.95 0.19 0 0.33
HSL 192.22º 0.91% 0.35% -
HSV(B) 192.22º 0.95% 0.67% -
XYZ 16.3 20.85 41.19 -
YUV 102.19 166.26 60.82 -
System Red Green Blue C M Y K H S L
Decimal 8 137 170 0.95 0.19 0 0.33 192.22 0.91 0.35
Hex 8 89 AA 5F 13 0 21 C0 5B 23
Octal 10 211 252 137 23 0 41 300 133 43
Binary 1000 10001001 10101010 1011111 10011 0 100001 11000000 1011011 100011

Color Harmonies of #0889AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889AA

Black with #0889AA

Text Example


Text Example

White with #0889AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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