#89A1BA

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

Shades of Rock Blue #89A1BA

Tints of Rock Blue #89A1BA

Color information

#89A1BA (or 0x89A1BA) is unknown color: approx Rock Blue. HEX triplet: 89, A1 and BA. RGB value is (137,161,186). Sum of RGB (Red+Green+Blue) = 137+161+186=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1BA is #765E45. Grayscale: #9C9C9C. Windows color (decimal): -7757382 or 12231049. OLE color: 12231049.

HSL color Cylindrical-coordinate representation of color #89A1BA: hue angle of 210.61º 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 #89A1BA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137161186-
CMYK0.260.1300.27
HSL210.61º26.2%63.33%-
HSV(B)210.61º26.34%72.94%-
XYZ31.9234.3551.4-
YUV156.67144.55113.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=28.31%
G=33.26%
B=38.43%

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
Decimal1371611860.260.1300.27210.6126.263.33
Hex89A1BA1AD01Bd31a3f
Octal21124127232150333233277
Binary1000100110100001101110101101011010110111101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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