Html Css Color HEX #0889AB Eastern Blue

📋 copy color: '#0889AB'

red 8 ◦ green 137 ◦ blue 171

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

Shades of Eastern Blue #0889AB

Tints of Eastern Blue #0889AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 2.53%
G = 43.35%
B = 54.11%

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

#0889AB (or 0x0889AB) is known color: Eastern Blue. HEX triplet: 08, 89 and AB. RGB value is (8,137,171). Sum of RGB (Red+Green+Blue) = 8+137+171=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #0889AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889AB is #F77654. Grayscale: #666666. Windows color (decimal): -16217685 or 11241736. OLE color: 11241736.

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

Color convert

RGB 8 137 171 -
CMYK 0.95 0.20 0 0.33
HSL 192.52º 0.91% 0.35% -
HSV(B) 192.52º 0.95% 0.67% -
XYZ 16.4 20.88 41.69 -
YUV 102.31 166.76 60.74 -
System Red Green Blue C M Y K H S L
Decimal 8 137 171 0.95 0.20 0 0.33 192.52 0.91 0.35
Hex 8 89 AB 5F 14 0 21 C1 5B 23
Octal 10 211 253 137 24 0 41 301 133 43
Binary 1000 10001001 10101011 1011111 10100 0 100001 11000001 1011011 100011

Color Harmonies of #0889AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889AB

Black with #0889AB

Text Example


Text Example

White with #0889AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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