#99A9BF

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

Shades of Rock Blue #99A9BF

Tints of Rock Blue #99A9BF

Color information

#99A9BF (or 0x99A9BF) is unknown color: approx Rock Blue. HEX triplet: 99, A9 and BF. RGB value is (153,169,191). Sum of RGB (Red+Green+Blue) = 153+169+191=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9BF is #665640. Grayscale: #A6A6A6. Windows color (decimal): -6706753 or 12560793. OLE color: 12560793.

HSL color Cylindrical-coordinate representation of color #99A9BF: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A9BF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153169191-
CMYK0.200.1200.25
HSL214.74º22.89%67.45%-
HSV(B)214.74º19.9%74.9%-
XYZ36.7338.9154.86-
YUV166.72141.7118.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 37.23%
R=29.82%
G=32.94%
B=37.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531691910.200.1200.25214.7422.8967.45
Hex99A9BF14C019d71743
Octal231251277241403132727103
Binary10011001101010011011111110100110001100111010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,169,191); }

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

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

 a { background-color: rgb(153,169,191); }

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

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

 span { border-color: rgb(153,169,191); }

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