#99AABF

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

Shades of Rock Blue #99AABF

Tints of Rock Blue #99AABF

Color information

#99AABF (or 0x99AABF) is unknown color: approx Rock Blue. HEX triplet: 99, AA and BF. RGB value is (153,170,191). Sum of RGB (Red+Green+Blue) = 153+170+191=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #99AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABF is #665540. Grayscale: #A7A7A7. Windows color (decimal): -6706497 or 12561049. OLE color: 12561049.

HSL color Cylindrical-coordinate representation of color #99AABF: hue angle of 213.16º 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 #99AABF is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153170191-
CMYK0.200.1100.25
HSL213.16º22.89%67.45%-
HSV(B)213.16º19.9%74.9%-
XYZ36.9239.2854.93-
YUV167.31141.37117.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 37.16%
R=29.77%
G=33.07%
B=37.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531701910.200.1100.25213.1622.8967.45
Hex99AABF14B019d51743
Octal231252277241303132527103
Binary10011001101010101011111110100101101100111010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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