#8AA3BF

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

Shades of Rock Blue #8AA3BF

Tints of Rock Blue #8AA3BF

Color information

#8AA3BF (or 0x8AA3BF) is unknown color: approx Rock Blue. HEX triplet: 8A, A3 and BF. RGB value is (138,163,191). Sum of RGB (Red+Green+Blue) = 138+163+191=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3BF is #755C40. Grayscale: #9E9E9E. Windows color (decimal): -7691329 or 12559242. OLE color: 12559242.

HSL color Cylindrical-coordinate representation of color #8AA3BF: hue angle of 211.7º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA3BF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138163191-
CMYK0.280.1500.25
HSL211.7º29.28%64.51%-
HSV(B)211.7º27.75%74.9%-
XYZ32.9835.3654.38-
YUV158.72146.22113.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 191 (75% from 255) = 38.82%
R=28.05%
G=33.13%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381631910.280.1500.25211.729.2864.51
Hex8AA3BF1CF019d41d41
Octal212243277341703132435101
Binary10001010101000111011111111100111101100111010100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,191); }

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

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

 a { background-color: rgb(138,163,191); }

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

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

 span { border-color: rgb(138,163,191); }

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