#9AAAC4

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

Shades of Rock Blue #9AAAC4

Tints of Rock Blue #9AAAC4

Color information

#9AAAC4 (or 0x9AAAC4) is unknown color: approx Rock Blue. HEX triplet: 9A, AA and C4. RGB value is (154,170,196). Sum of RGB (Red+Green+Blue) = 154+170+196=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #9AAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAAC4 is #65553B. Grayscale: #A8A8A8. Windows color (decimal): -6640956 or 12888730. OLE color: 12888730.

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

Color convert

RGB154170196-
CMYK0.210.1300.23
HSL217.14º26.25%68.63%-
HSV(B)217.14º21.43%76.86%-
XYZ37.6639.657.88-
YUV168.18143.7117.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=29.62%
G=32.69%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541701960.210.1300.23217.1426.2568.63
Hex9AAAC415D017d91a45
Octal232252304251502733132105
Binary10011010101010101100010010101110101011111011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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