#8F99AB

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

Shades of Rock Blue #8F99AB

Tints of Rock Blue #8F99AB

Color information

#8F99AB (or 0x8F99AB) is unknown color: approx Rock Blue. HEX triplet: 8F, 99 and AB. RGB value is (143,153,171). Sum of RGB (Red+Green+Blue) = 143+153+171=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F99AB is #706654. Grayscale: #979797. Windows color (decimal): -7366229 or 11245967. OLE color: 11245967.

HSL color Cylindrical-coordinate representation of color #8F99AB: hue angle of 218.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F99AB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143153171-
CMYK0.160.1100.33
HSL218.57º14.29%61.57%-
HSV(B)218.57º16.37%67.06%-
XYZ30.0731.5643.04-
YUV152.06138.69121.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=30.62%
G=32.76%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431531710.160.1100.33218.5714.2961.57
Hex8F99AB10B021dbe3e
Octal21723125320130413331676
Binary1000111110011001101010111000010110100001110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,171); }

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

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

 a { background-color: rgb(143,153,171); }

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

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

 span { border-color: rgb(143,153,171); }

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