#9CAAC2

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

Shades of Rock Blue #9CAAC2

Tints of Rock Blue #9CAAC2

Color information

#9CAAC2 (or 0x9CAAC2) is unknown color: approx Rock Blue. HEX triplet: 9C, AA and C2. RGB value is (156,170,194). Sum of RGB (Red+Green+Blue) = 156+170+194=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #9CAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAAC2 is #63553D. Grayscale: #A8A8A8. Windows color (decimal): -6509886 or 12757660. OLE color: 12757660.

HSL color Cylindrical-coordinate representation of color #9CAAC2: hue angle of 217.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CAAC2 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156170194-
CMYK0.200.1200.24
HSL217.89º23.75%68.63%-
HSV(B)217.89º19.59%76.08%-
XYZ37.8239.7156.71-
YUV168.55142.36119.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=30%
G=32.69%
B=37.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561701940.200.1200.24217.8923.7568.63
Hex9CAAC214C018da1845
Octal234252302241403033230105
Binary10011100101010101100001010100110001100011011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,194); }

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

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

 a { background-color: rgb(156,170,194); }

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

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

 span { border-color: rgb(156,170,194); }

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