Html Css Color HEX #089AA3 Eastern Blue

📋 copy color: '#089AA3'

red 8 ◦ green 154 ◦ blue 163

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

Shades of Eastern Blue #089AA3

Tints of Eastern Blue #089AA3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.38%

 BLUE value IS 163 (64.06% from 255) = 50.15%

R = 2.46%
G = 47.38%
B = 50.15%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#089AA3 (or 0x089AA3) is known color: Eastern Blue. HEX triplet: 08, 9A and A3. RGB value is (8,154,163). Sum of RGB (Red+Green+Blue) = 8+154+163=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #089AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA3 is #F7655C. Grayscale: #6F6F6F. Windows color (decimal): -16213341 or 10721800. OLE color: 10721800.

HSL color Cylindrical-coordinate representation of color #089AA3: hue angle of 183.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AA3 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 154 163 -
CMYK 0.95 0.06 0 0.36
HSL 183.48º 0.91% 0.34% -
HSV(B) 183.48º 0.95% 0.64% -
XYZ 18.27 25.81 38.67 -
YUV 111.37 157.13 54.27 -
System Red Green Blue C M Y K H S L
Decimal 8 154 163 0.95 0.06 0 0.36 183.48 0.91 0.34
Hex 8 9A A3 5F 6 0 24 B7 5B 22
Octal 10 232 243 137 6 0 44 267 133 42
Binary 1000 10011010 10100011 1011111 110 0 100100 10110111 1011011 100010

Color Harmonies of #089AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AA3

Black with #089AA3

Text Example


Text Example

White with #089AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089AA3; }

 p { color: rgb(8,154,163); }

 H1.HeaderClassName
 {
   color: #089AA3;
 }
 .AnyTagClassName
 {
   color: #089AA3;
 }
</style>

background-color css

<style>
 a { background-color: #089AA3; }

 a { background-color: rgb(8,154,163); }

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

border-color css

<style>
 span { border-color: #089AA3; }

 span { border-color: rgb(8,154,163); }

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