#8BA3BC

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

Shades of Rock Blue #8BA3BC

Tints of Rock Blue #8BA3BC

Color information

#8BA3BC (or 0x8BA3BC) is unknown color: approx Rock Blue. HEX triplet: 8B, A3 and BC. RGB value is (139,163,188). Sum of RGB (Red+Green+Blue) = 139+163+188=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BC is #745C43. Grayscale: #9E9E9E. Windows color (decimal): -7625796 or 12362635. OLE color: 12362635.

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

Color convert

RGB139163188-
CMYK0.260.1300.26
HSL210.61º26.78%64.12%-
HSV(B)210.61º26.06%73.73%-
XYZ32.8235.3152.66-
YUV158.67144.55113.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=28.37%
G=33.27%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391631880.260.1300.26210.6126.7864.12
Hex8BA3BC1AD01Ad31b40
Octal213243274321503232333100
Binary10001011101000111011110011010110101101011010011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,188); }

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

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

 a { background-color: rgb(139,163,188); }

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

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

 span { border-color: rgb(139,163,188); }

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