#89A2BA

Color #89A2BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #89A2BA

Tints of Rock Blue #89A2BA

Color information

#89A2BA (or 0x89A2BA) is unknown color: approx Rock Blue. HEX triplet: 89, A2 and BA. RGB value is (137,162,186). Sum of RGB (Red+Green+Blue) = 137+162+186=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2BA is #765D45. Grayscale: #9D9D9D. Windows color (decimal): -7757126 or 12231305. OLE color: 12231305.

HSL color Cylindrical-coordinate representation of color #89A2BA: hue angle of 209.39º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A2BA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137162186-
CMYK0.260.1300.27
HSL209.39º26.2%63.33%-
HSV(B)209.39º26.34%72.94%-
XYZ32.134.751.46-
YUV157.26144.22113.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=28.25%
G=33.40%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371621860.260.1300.27209.3926.263.33
Hex89A2BA1AD01Bd11a3f
Octal21124227232150333213277
Binary1000100110100010101110101101011010110111101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A2BA; }

 p { color: rgb(137,162,186); }

 H1.HeaderClassName
 {
   color: #89A2BA;
 }
 .AnyTagClassName
 {
   color: #89A2BA;
 }
</style>
background-color css

<style>
 a { background-color: #89A2BA; }

 a { background-color: rgb(137,162,186); }

 div.DivClassName
 {
   background-color: #89A2BA;
 }
 .BgClassName
 {
   background-color: #89A2BA;
 }
</style>
border-color css

<style>
 span { border-color: #89A2BA; }

 span { border-color: rgb(137,162,186); }

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