#9AAABF

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

Shades of Rock Blue #9AAABF

Tints of Rock Blue #9AAABF

Color information

#9AAABF (or 0x9AAABF) is unknown color: approx Rock Blue. HEX triplet: 9A, AA and BF. RGB value is (154,170,191). Sum of RGB (Red+Green+Blue) = 154+170+191=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAABF is #655540. Grayscale: #A7A7A7. Windows color (decimal): -6640961 or 12561050. OLE color: 12561050.

HSL color Cylindrical-coordinate representation of color #9AAABF: hue angle of 214.05º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAABF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154170191-
CMYK0.190.1100.25
HSL214.05º22.42%67.65%-
HSV(B)214.05º19.37%74.9%-
XYZ37.1139.3854.94-
YUV167.61141.2118.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 191 (75% from 255) = 37.09%
R=29.90%
G=33.01%
B=37.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541701910.190.1100.25214.0522.4267.65
Hex9AAABF13B019d61644
Octal232252277231303132626104
Binary10011010101010101011111110011101101100111010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAABF; }

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

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

<style>
 a { background-color: #9AAABF; }

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

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

<style>
 span { border-color: #9AAABF; }

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

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