#8AA1B9

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

Shades of Rock Blue #8AA1B9

Tints of Rock Blue #8AA1B9

Color information

#8AA1B9 (or 0x8AA1B9) is unknown color: approx Rock Blue. HEX triplet: 8A, A1 and B9. RGB value is (138,161,185). Sum of RGB (Red+Green+Blue) = 138+161+185=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1B9 is #755E46. Grayscale: #9C9C9C. Windows color (decimal): -7691847 or 12165514. OLE color: 12165514.

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

Color convert

RGB138161185-
CMYK0.250.1300.27
HSL210.64º25.13%63.33%-
HSV(B)210.64º25.41%72.55%-
XYZ31.9834.450.85-
YUV156.86143.88114.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=28.51%
G=33.26%
B=38.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381611850.250.1300.27210.6425.1363.33
Hex8AA1B919D01Bd3193f
Octal21224127131150333233177
Binary1000101010100001101110011100111010110111101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA1B9; }

 p { color: rgb(138,161,185); }

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

<style>
 a { background-color: #8AA1B9; }

 a { background-color: rgb(138,161,185); }

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

<style>
 span { border-color: #8AA1B9; }

 span { border-color: rgb(138,161,185); }

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