#8FA3BA

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

Shades of Rock Blue #8FA3BA

Tints of Rock Blue #8FA3BA

Color information

#8FA3BA (or 0x8FA3BA) is unknown color: approx Rock Blue. HEX triplet: 8F, A3 and BA. RGB value is (143,163,186). Sum of RGB (Red+Green+Blue) = 143+163+186=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3BA is #705C45. Grayscale: #9F9F9F. Windows color (decimal): -7363654 or 12231567. OLE color: 12231567.

HSL color Cylindrical-coordinate representation of color #8FA3BA: hue angle of 212.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA3BA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143163186-
CMYK0.230.1200.27
HSL212.09º23.76%64.51%-
HSV(B)212.09º23.12%72.94%-
XYZ33.2935.5851.57-
YUV159.64142.87116.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=29.07%
G=33.13%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431631860.230.1200.27212.0923.7664.51
Hex8FA3BA17C01Bd41841
Octal217243272271403332430101
Binary10001111101000111011101010111110001101111010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,186); }

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

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

 a { background-color: rgb(143,163,186); }

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

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

 span { border-color: rgb(143,163,186); }

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