#8AA3BE

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

Shades of Rock Blue #8AA3BE

Tints of Rock Blue #8AA3BE

Color information

#8AA3BE (or 0x8AA3BE) is unknown color: approx Rock Blue. HEX triplet: 8A, A3 and BE. RGB value is (138,163,190). Sum of RGB (Red+Green+Blue) = 138+163+190=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3BE is #755C41. Grayscale: #9E9E9E. Windows color (decimal): -7691330 or 12493706. OLE color: 12493706.

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

Color convert

RGB138163190-
CMYK0.270.1400.25
HSL211.15º28.57%64.31%-
HSV(B)211.15º27.37%74.51%-
XYZ32.8735.3253.8-
YUV158.6145.72113.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=28.11%
G=33.20%
B=38.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381631900.270.1400.25211.1528.5764.31
Hex8AA3BE1BE019d31d40
Octal212243276331603132335100
Binary10001010101000111011111011011111001100111010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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