Html Css Color HEX #0889AC Eastern Blue

📋 copy color: '#0889AC'

red 8 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #0889AC

Tints of Eastern Blue #0889AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 2.52%
G = 43.22%
B = 54.26%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0889AC (or 0x0889AC) is known color: Eastern Blue. HEX triplet: 08, 89 and AC. RGB value is (8,137,172). Sum of RGB (Red+Green+Blue) = 8+137+172=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #0889AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889AC is #F77653. Grayscale: #666666. Windows color (decimal): -16217684 or 11307272. OLE color: 11307272.

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

Color convert

RGB 8 137 172 -
CMYK 0.95 0.20 0 0.33
HSL 192.8º 0.91% 0.35% -
HSV(B) 192.8º 0.95% 0.67% -
XYZ 16.49 20.92 42.2 -
YUV 102.42 167.26 60.65 -
System Red Green Blue C M Y K H S L
Decimal 8 137 172 0.95 0.20 0 0.33 192.8 0.91 0.35
Hex 8 89 AC 5F 14 0 21 C1 5B 23
Octal 10 211 254 137 24 0 41 301 133 43
Binary 1000 10001001 10101100 1011111 10100 0 100001 11000001 1011011 100011

Color Harmonies of #0889AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889AC

Black with #0889AC

Text Example


Text Example

White with #0889AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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