Html Css Color HEX #089AA2 Eastern Blue

📋 copy color: '#089AA2'

red 8 ◦ green 154 ◦ blue 162

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

Shades of Eastern Blue #089AA2

Tints of Eastern Blue #089AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50%

R = 2.47%
G = 47.53%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#089AA2 (or 0x089AA2) is known color: Eastern Blue. HEX triplet: 08, 9A and A2. RGB value is (8,154,162). Sum of RGB (Red+Green+Blue) = 8+154+162=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #089AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA2 is #F7655D. Grayscale: #6F6F6F. Windows color (decimal): -16213342 or 10656264. OLE color: 10656264.

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

Color convert

RGB 8 154 162 -
CMYK 0.95 0.05 0 0.36
HSL 183.12º 0.91% 0.33% -
HSV(B) 183.12º 0.95% 0.64% -
XYZ 18.18 25.77 38.2 -
YUV 111.26 156.63 54.35 -
System Red Green Blue C M Y K H S L
Decimal 8 154 162 0.95 0.05 0 0.36 183.12 0.91 0.33
Hex 8 9A A2 5F 5 0 24 B7 5B 21
Octal 10 232 242 137 5 0 44 267 133 41
Binary 1000 10011010 10100010 1011111 101 0 100100 10110111 1011011 100001

Color Harmonies of #089AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AA2

Black with #089AA2

Text Example


Text Example

White with #089AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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