Html Css Color HEX #089BA2 Eastern Blue

📋 copy color: '#089BA2'

red 8 ◦ green 155 ◦ blue 162

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

Shades of Eastern Blue #089BA2

Tints of Eastern Blue #089BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.69%

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

R = 2.46%
G = 47.69%
B = 49.85%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#089BA2 (or 0x089BA2) is known color: Eastern Blue. HEX triplet: 08, 9B and A2. RGB value is (8,155,162). Sum of RGB (Red+Green+Blue) = 8+155+162=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #089BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BA2 is #F7645D. Grayscale: #6F6F6F. Windows color (decimal): -16213086 or 10656520. OLE color: 10656520.

HSL color Cylindrical-coordinate representation of color #089BA2: hue angle of 182.73º 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 #089BA2 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 155 162 -
CMYK 0.95 0.04 0 0.36
HSL 182.73º 0.91% 0.33% -
HSV(B) 182.73º 0.95% 0.64% -
XYZ 18.34 26.1 38.25 -
YUV 111.85 156.3 53.93 -
System Red Green Blue C M Y K H S L
Decimal 8 155 162 0.95 0.04 0 0.36 182.73 0.91 0.33
Hex 8 9B A2 5F 4 0 24 B7 5B 21
Octal 10 233 242 137 4 0 44 267 133 41
Binary 1000 10011011 10100010 1011111 100 0 100100 10110111 1011011 100001

Color Harmonies of #089BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BA2

Black with #089BA2

Text Example


Text Example

White with #089BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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