Html Css Color HEX #0889A9 Eastern Blue

📋 copy color: '#0889A9'

red 8 ◦ green 137 ◦ blue 169

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

Shades of Eastern Blue #0889A9

Tints of Eastern Blue #0889A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 53.82%

R = 2.55%
G = 43.63%
B = 53.82%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0889A9 (or 0x0889A9) is known color: Eastern Blue. HEX triplet: 08, 89 and A9. RGB value is (8,137,169). Sum of RGB (Red+Green+Blue) = 8+137+169=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #0889A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889A9 is #F77656. Grayscale: #656565. Windows color (decimal): -16217687 or 11110664. OLE color: 11110664.

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

Color convert

RGB 8 137 169 -
CMYK 0.95 0.19 0 0.34
HSL 191.93º 0.91% 0.35% -
HSV(B) 191.93º 0.95% 0.66% -
XYZ 16.21 20.81 40.7 -
YUV 102.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 8 137 169 0.95 0.19 0 0.34 191.93 0.91 0.35
Hex 8 89 A9 5F 13 0 22 C0 5B 23
Octal 10 211 251 137 23 0 42 300 133 43
Binary 1000 10001001 10101001 1011111 10011 0 100010 11000000 1011011 100011

Color Harmonies of #0889A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889A9

Black with #0889A9

Text Example


Text Example

White with #0889A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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