#9FA1CC

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

Shades of Blue Bell #9FA1CC

Tints of Blue Bell #9FA1CC

Color information

#9FA1CC (or 0x9FA1CC) is unknown color: approx Blue Bell. HEX triplet: 9F, A1 and CC. RGB value is (159,161,204). Sum of RGB (Red+Green+Blue) = 159+161+204=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1CC is #605E33. Grayscale: #A5A5A5. Windows color (decimal): -6315572 or 13410719. OLE color: 13410719.

HSL color Cylindrical-coordinate representation of color #9FA1CC: hue angle of 237.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA1CC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159161204-
CMYK0.220.2100.2
HSL237.33º30.61%71.18%-
HSV(B)237.33º22.06%80%-
XYZ37.9437.2262.31-
YUV165.3149.84123.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=30.34%
G=30.73%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591612040.220.2100.2237.3330.6171.18
Hex9FA1CC1615014ed1f47
Octal237241314262502435537107
Binary100111111010000111001100101101010101010011101101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,204); }

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

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

 a { background-color: rgb(159,161,204); }

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

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

 span { border-color: rgb(159,161,204); }

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