Html Css Color HEX #0889AD Eastern Blue

📋 copy color: '#0889AD'

red 8 ◦ green 137 ◦ blue 173

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

Shades of Eastern Blue #0889AD

Tints of Eastern Blue #0889AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 2.52%
G = 43.08%
B = 54.4%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0889AD (or 0x0889AD) is known color: Eastern Blue. HEX triplet: 08, 89 and AD. RGB value is (8,137,173). Sum of RGB (Red+Green+Blue) = 8+137+173=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #0889AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889AD is #F77652. Grayscale: #666666. Windows color (decimal): -16217683 or 11372808. OLE color: 11372808.

HSL color Cylindrical-coordinate representation of color #0889AD: hue angle of 193.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0889AD is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 137 173 -
CMYK 0.95 0.21 0 0.32
HSL 193.09º 0.91% 0.35% -
HSV(B) 193.09º 0.95% 0.68% -
XYZ 16.59 20.96 42.71 -
YUV 102.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 8 137 173 0.95 0.21 0 0.32 193.09 0.91 0.35
Hex 8 89 AD 5F 15 0 20 C1 5B 23
Octal 10 211 255 137 25 0 40 301 133 43
Binary 1000 10001001 10101101 1011111 10101 0 100000 11000001 1011011 100011

Color Harmonies of #0889AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889AD

Black with #0889AD

Text Example


Text Example

White with #0889AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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