#9AA8C5

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

Shades of Rock Blue #9AA8C5

Tints of Rock Blue #9AA8C5

Color information

#9AA8C5 (or 0x9AA8C5) is unknown color: approx Rock Blue. HEX triplet: 9A, A8 and C5. RGB value is (154,168,197). Sum of RGB (Red+Green+Blue) = 154+168+197=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #9AA8C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8C5 is #65573A. Grayscale: #A6A6A6. Windows color (decimal): -6641467 or 12953754. OLE color: 12953754.

HSL color Cylindrical-coordinate representation of color #9AA8C5: hue angle of 220.47º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AA8C5 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB154168197-
CMYK0.220.1500.23
HSL220.47º27.04%68.82%-
HSV(B)220.47º21.83%77.25%-
XYZ37.4138.9158.36-
YUV167.12144.86118.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=29.67%
G=32.37%
B=37.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541681970.220.1500.23220.4727.0468.82
Hex9AA8C516F017dc1b45
Octal232250305261702733433105
Binary10011010101010001100010110110111101011111011100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,197); }

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

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

 a { background-color: rgb(154,168,197); }

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

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

 span { border-color: rgb(154,168,197); }

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