#9AA1CA

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

Shades of Blue Bell #9AA1CA

Tints of Blue Bell #9AA1CA

Color information

#9AA1CA (or 0x9AA1CA) is unknown color: approx Blue Bell. HEX triplet: 9A, A1 and CA. RGB value is (154,161,202). Sum of RGB (Red+Green+Blue) = 154+161+202=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1CA is #655E35. Grayscale: #A3A3A3. Windows color (decimal): -6643254 or 13279642. OLE color: 13279642.

HSL color Cylindrical-coordinate representation of color #9AA1CA: hue angle of 231.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AA1CA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154161202-
CMYK0.240.2000.21
HSL231.25º31.17%69.8%-
HSV(B)231.25º23.76%79.22%-
XYZ36.7336.6261.01-
YUV163.58149.68121.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=29.79%
G=31.14%
B=39.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541612020.240.2000.21231.2531.1769.8
Hex9AA1CA1814015e71f46
Octal232241312302402534737106
Binary100110101010000111001010110001010001010111100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,202); }

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

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

 a { background-color: rgb(154,161,202); }

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

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

 span { border-color: rgb(154,161,202); }

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