#8C99AB

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

Shades of Rock Blue #8C99AB

Tints of Rock Blue #8C99AB

Color information

#8C99AB (or 0x8C99AB) is unknown color: approx Rock Blue. HEX triplet: 8C, 99 and AB. RGB value is (140,153,171). Sum of RGB (Red+Green+Blue) = 140+153+171=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99AB is #736654. Grayscale: #979797. Windows color (decimal): -7562837 or 11245964. OLE color: 11245964.

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

Color convert

RGB140153171-
CMYK0.180.1100.33
HSL214.84º15.58%60.98%-
HSV(B)214.84º18.13%67.06%-
XYZ29.5631.343.01-
YUV151.16139.19120.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=30.17%
G=32.97%
B=36.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401531710.180.1100.33214.8415.5860.98
Hex8C99AB12B021d7103d
Octal21423125322130413272075
Binary10001100100110011010101110010101101000011101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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