#99A0BB

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

Shades of Rock Blue #99A0BB

Tints of Rock Blue #99A0BB

Color information

#99A0BB (or 0x99A0BB) is unknown color: approx Rock Blue. HEX triplet: 99, A0 and BB. RGB value is (153,160,187). Sum of RGB (Red+Green+Blue) = 153+160+187=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #99A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0BB is #665F44. Grayscale: #A0A0A0. Windows color (decimal): -6709061 or 12296345. OLE color: 12296345.

HSL color Cylindrical-coordinate representation of color #99A0BB: hue angle of 227.65º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A0BB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153160187-
CMYK0.180.1400.27
HSL227.65º20%66.67%-
HSV(B)227.65º18.18%73.33%-
XYZ34.6835.552.04-
YUV160.98142.68122.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=30.6%
G=32%
B=37.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531601870.180.1400.27227.652066.67
Hex99A0BB12E01Be41443
Octal231240273221603334424103
Binary10011001101000001011101110010111001101111100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A0BB; }

 p { color: rgb(153,160,187); }

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

<style>
 a { background-color: #99A0BB; }

 a { background-color: rgb(153,160,187); }

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

<style>
 span { border-color: #99A0BB; }

 span { border-color: rgb(153,160,187); }

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