#9AA8C2

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

Shades of Rock Blue #9AA8C2

Tints of Rock Blue #9AA8C2

Color information

#9AA8C2 (or 0x9AA8C2) is unknown color: approx Rock Blue. HEX triplet: 9A, A8 and C2. RGB value is (154,168,194). Sum of RGB (Red+Green+Blue) = 154+168+194=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AA8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8C2 is #65573D. Grayscale: #A6A6A6. Windows color (decimal): -6641470 or 12757146. OLE color: 12757146.

HSL color Cylindrical-coordinate representation of color #9AA8C2: hue angle of 219º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA8C2 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154168194-
CMYK0.210.1300.24
HSL219º24.69%68.24%-
HSV(B)219º20.62%76.08%-
XYZ37.0738.7756.57-
YUV166.78143.36118.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=29.84%
G=32.56%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541681940.210.1300.2421924.6968.24
Hex9AA8C215D018db1944
Octal232250302251503033331104
Binary10011010101010001100001010101110101100011011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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