#8BA5BF

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

Shades of Rock Blue #8BA5BF

Tints of Rock Blue #8BA5BF

Color information

#8BA5BF (or 0x8BA5BF) is unknown color: approx Rock Blue. HEX triplet: 8B, A5 and BF. RGB value is (139,165,191). Sum of RGB (Red+Green+Blue) = 139+165+191=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5BF is #745A40. Grayscale: #A0A0A0. Windows color (decimal): -7625281 or 12559755. OLE color: 12559755.

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

Color convert

RGB139165191-
CMYK0.270.1400.25
HSL210º28.89%64.71%-
HSV(B)210º27.23%74.9%-
XYZ33.5136.1654.5-
YUV160.19145.39112.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 38.59%
R=28.08%
G=33.33%
B=38.59%

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
Decimal1391651910.270.1400.2521028.8964.71
Hex8BA5BF1BE019d21d41
Octal213245277331603132235101
Binary10001011101001011011111111011111001100111010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,191); }

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

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

 a { background-color: rgb(139,165,191); }

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

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

 span { border-color: rgb(139,165,191); }

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