#99A7BA

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

Shades of Rock Blue #99A7BA

Tints of Rock Blue #99A7BA

Color information

#99A7BA (or 0x99A7BA) is unknown color: approx Rock Blue. HEX triplet: 99, A7 and BA. RGB value is (153,167,186). Sum of RGB (Red+Green+Blue) = 153+167+186=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #99A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7BA is #665845. Grayscale: #A4A4A4. Windows color (decimal): -6707270 or 12232601. OLE color: 12232601.

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

Color convert

RGB153167186-
CMYK0.180.1000.27
HSL214.55º19.3%66.47%-
HSV(B)214.55º17.74%72.94%-
XYZ35.8237.9551.89-
YUV164.98139.86119.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=30.24%
G=33.00%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531671860.180.1000.27214.5519.366.47
Hex99A7BA12A01Bd71342
Octal231247272221203332723102
Binary10011001101001111011101010010101001101111010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,167,186); }

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

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

 a { background-color: rgb(153,167,186); }

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

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

 span { border-color: rgb(153,167,186); }

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