#9AA3C3

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

Shades of Rock Blue #9AA3C3

Tints of Rock Blue #9AA3C3

Color information

#9AA3C3 (or 0x9AA3C3) is unknown color: approx Rock Blue. HEX triplet: 9A, A3 and C3. RGB value is (154,163,195). Sum of RGB (Red+Green+Blue) = 154+163+195=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AA3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3C3 is #655C3C. Grayscale: #A3A3A3. Windows color (decimal): -6642749 or 12821402. OLE color: 12821402.

HSL color Cylindrical-coordinate representation of color #9AA3C3: hue angle of 226.83º 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 #9AA3C3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154163195-
CMYK0.210.1600.24
HSL226.83º25.47%68.43%-
HSV(B)226.83º21.03%76.47%-
XYZ36.273756.86-
YUV163.96145.52120.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=30.08%
G=31.84%
B=38.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541631950.210.1600.24226.8325.4768.43
Hex9AA3C31510018e31944
Octal232243303252003034331104
Binary100110101010001111000011101011000001100011100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,163,195); }

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

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

 a { background-color: rgb(154,163,195); }

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

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

 span { border-color: rgb(154,163,195); }

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