#9AA1D7

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

Shades of Blue Bell #9AA1D7

Tints of Blue Bell #9AA1D7

Color information

#9AA1D7 (or 0x9AA1D7) is unknown color: approx Blue Bell. HEX triplet: 9A, A1 and D7. RGB value is (154,161,215). Sum of RGB (Red+Green+Blue) = 154+161+215=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AA1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1D7 is #655E28. Grayscale: #A4A4A4. Windows color (decimal): -6643241 or 14131610. OLE color: 14131610.

HSL color Cylindrical-coordinate representation of color #9AA1D7: hue angle of 233.11º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AA1D7 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154161215-
CMYK0.280.2500.16
HSL233.11º43.26%72.35%-
HSV(B)233.11º28.37%84.31%-
XYZ38.3437.2769.46-
YUV165.06156.18120.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=29.06%
G=30.38%
B=40.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1541612150.280.2500.16233.1143.2672.35
Hex9AA1D71C19010e92b48
Octal232241327343102035153110
Binary1001101010100001110101111110011001010000111010011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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